It’s interesting that pytest has an exitcode for the “no tests ran” case: exit code 5. Maybe we should modify test.libregrtest to use the same exitcode (currently, it uses exit code 4 for this case).
2 Likes