aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-24 17:49:58 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-24 17:49:58 -0700
commitf7dd08d2791fa4cdb45e494fe604e2017bfcb49b (patch)
treef5c1c882a279378ac1835332ee87160c0efd54ed /runtests
parent96d19551c0ceaf98ad065930ee82b8ff7961d826 (diff)
downloadcppawk-f7dd08d2791fa4cdb45e494fe604e2017bfcb49b.tar.gz
cppawk-f7dd08d2791fa4cdb45e494fe604e2017bfcb49b.tar.bz2
cppawk-f7dd08d2791fa4cdb45e494fe604e2017bfcb49b.zip
Run all test cases with and without --nobash option.
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