aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-16 09:00:18 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-16 09:00:18 -0700
commit760c77bd3936f1c655fb1886eb312aa6e9d89d9c (patch)
treee3d47d645e614b4f7fbfecf4bb1a2cfc1069a9fc /runtests
parentab705c920ca68471f7664181feee534220fe40c4 (diff)
downloadcppawk-760c77bd3936f1c655fb1886eb312aa6e9d89d9c.tar.gz
cppawk-760c77bd3936f1c655fb1886eb312aa6e9d89d9c.tar.bz2
cppawk-760c77bd3936f1c655fb1886eb312aa6e9d89d9c.zip
cons: mapcar, mappend: doc, tests.
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