If I have a syntax error in one of my Common Test suites, ct_run
simply waits for 15 seconds and then continues. It displays this message:
{error,make_failed}
Failed to compile or locate one or more test suites
Press 'c' to continue or 'a' to abort.
Will continue in 15 seconds if no answer is given!
(c/a)
If I use -noshell
, then it displays:
{error,make_failed}
...and continues anyway.
How do I make it abort if compilation fails?