Actions
Bug #8387
closedBug #8386: check-techniques script doesn't properly exit non-zero on errors
check-techniques script doesn't properly exit non-zero on errors
Bug #8387:
check-techniques script doesn't properly exit non-zero on errors
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
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...
Actions