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. --- testsuite.cwk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite.cwk') diff --git a/testsuite.cwk b/testsuite.cwk index fd8fa7d..c70788c 100755 --- a/testsuite.cwk +++ b/testsuite.cwk @@ -21,7 +21,7 @@ function runtest(id, code, output, } if (failed) - printf("test %s failed\n", id) + printf("test %s failed (for cppawk = %s)\n", id, ENVIRON["cppawk"]) close("script.sh") close("output") -- cgit v1.2.3