Bug #8387
closed
Bug #8386: check-techniques script doesn't properly exit non-zero on errors
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
- Assignee set to Jonathan CLARKE
- 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/949
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
- Target version changed from 3.0.17 to 3.0.16
- Status changed from Pending release to Released
This bug has been fixed in Rudder 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