scripts: remove explicit --with-paranoia from configure line as it is enabled by...
[AROS.git] / scripts / nightly / autotest / Test
blobeb5c144697c306e1dfaef2439e1addf3917fdaee
1 .Key PROG/A,ARGS/F
2 Echo "TEST: <PROG> <ARGS>*N" >> Test_Report.txt
3 Tests/<PROG> <ARGS> >> Test_Report.txt
4 If WARN
5     Skip failure
6 Else
7     Echo "================================================================================" >> Test_Report.txt
8     Echo >> Test_Report.txt
9 Endif