diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-24 17:49:58 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-24 17:49:58 -0700 |
commit | f7dd08d2791fa4cdb45e494fe604e2017bfcb49b (patch) | |
tree | f5c1c882a279378ac1835332ee87160c0efd54ed /testsuite.cwk | |
parent | 96d19551c0ceaf98ad065930ee82b8ff7961d826 (diff) | |
download | cppawk-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-x | testsuite.cwk | 2 |
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") |