aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite.cwk
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 /testsuite.cwk
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 'testsuite.cwk')
-rwxr-xr-xtestsuite.cwk2
1 files changed, 1 insertions, 1 deletions
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")