diff options
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ trap 'rm -f output script.sh' EXIT INT TERM suite=$1 -if [ -z "$suite" ] ; then +if [ -z "$suite" -o "$suite" = "base" ] ; then cppawk=./bin/cppawk ./testsuite.awk testcases cppawk="./bin/cppawk --nobash" ./testsuite.awk testcases fi |