aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtests b/runtests
index 9c0cbc2..e381779 100755
--- a/runtests
+++ b/runtests
@@ -1,2 +1,3 @@
#!/bin/sh
-./testsuite.cwk < testcases
+cppawk=./cppawk ./testsuite.cwk < testcases
+cppawk="./cppawk --nobash" ./testsuite.cwk < testcases