Duckapple / Kat

Kattis shell for getting examples, testing and submitting.
19 stars 6 forks source link

Stop test process if file doesn't compile #40

Closed poppyjones closed 3 years ago

poppyjones commented 4 years ago

Testing a non-existent or previous version of a .class file i not helpful. It would be more helpful if the testing process ended after a compile error

jlndk commented 4 years ago

We could maybe rely on the the exit code of the compiler (x>0 means error) to detect if the program was compiled successfully. Depends on if the compilers actually follows that convension