dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 5 forks source link

Fix non-reported exit code #434

Closed niknetniko closed 1 year ago

niknetniko commented 1 year ago

Exit codes were set to "ignore" by default, which is not what we want. The default now depends on the position of the testcase (ie. must be ignored in all but the last testcase, in which case it must be 0).

Fixes #432