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 6bb4c68..e6edd75 100755
--- a/runtests
+++ b/runtests
@@ -24,5 +24,5 @@ fi
if [ -z "$suite" -o "$suite" = "cons" ] ; then
cppawk=./cppawk ./testsuite.awk testcases-cons
- cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-cons
+ cppawk="./cppawk --awk=mawk" ./testsuite.awk -v skip=37,38 testcases-cons
fi