Test script hangs on syntax error
When one of the test files has a syntax error, the compiler exits with a non-zero code, and the test script hangs...
To reproduce :
- Create a
foo.pas
file in thetests/
directory - Fill it with a syntactically incorrect program (for exemple
program test begin;
- Run
./test.sh