aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite.awk
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.awk')
-rwxr-xr-xtestsuite.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite.awk b/testsuite.awk
index 2c9fd14..27e3561 100755
--- a/testsuite.awk
+++ b/testsuite.awk
@@ -21,7 +21,8 @@ function runtest(id, code, output,
}
if (failed)
- printf("test %s failed (for cppawk = %s)\n", id, ENVIRON["cppawk"])
+ printf("test %s in file '%s' failed (for cppawk = %s)\n",
+ id, FILENAME, ENVIRON["cppawk"])
close("script.sh")
close("output")