diff options
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") |