From f7dd08d2791fa4cdb45e494fe604e2017bfcb49b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 24 Mar 2022 17:49:58 -0700 Subject: Run all test cases with and without --nobash option. --- runtests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtests') 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 -- cgit v1.2.3