aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index 2e3c9f1..e685db1 100755
--- a/runtests
+++ b/runtests
@@ -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