reframe icon indicating copy to clipboard operation
reframe copied to clipboard

Exit with a non-zero code in case of failures during test loading

Open vkarak opened this issue 3 years ago • 1 comments

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

vkarak avatar Nov 30 '21 20:11 vkarak

Related to #2307

vkarak avatar Jan 11 '23 17:01 vkarak