diff options
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ fi if [ -z "$suite" -o "$suite" = "iter" ] ; then cppawk=./bin/cppawk ./testsuite.awk testcases-iter - cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk testcases-iter + cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk -v skip=1,6,7,10 testcases-iter fi if [ -z "$suite" -o "$suite" = "varg" ] ; then |