diff options
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |