Bug #8386
closed
check-techniques script doesn't properly exit non-zero on errors
Added by Jonathan CLARKE over 8 years ago.
Updated over 8 years ago.
Category:
System techniques
Description
Due to the use of constructs like
find | while read line; do test || EXIT=1; done
The EXIT variable is set in a subprocess, so not actually changed in the main process...
- Status changed from New to In progress
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/948
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
- Target version changed from 2.11.22 to 2.11.21
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.21, 3.0.16, 3.1.10 and 3.2.3 which were released on 2016-06-01, but not announced.
Also available in: Atom
PDF