reframe
reframe copied to clipboard
Exit with a non-zero code in case of failures during test loading
This exit code should not be the same as with the normal failures. Generally, we should come up with different exit codes for the different types of failures. One possible encoding could be:
-
0
: success -
1
: run failure -
2
: test loading failure -
3
: run failure + test loading failure
Related to #2307