Closed poppyjones closed 3 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
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
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