aboutsummaryrefslogtreecommitdiff
path: root/scripts/tap-driver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tap-driver.pl')
-rwxr-xr-xscripts/tap-driver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tap-driver.pl b/scripts/tap-driver.pl
index 6621a5c..b1d3880 100755
--- a/scripts/tap-driver.pl
+++ b/scripts/tap-driver.pl
@@ -217,7 +217,7 @@ sub report ($;$)
sub testsuite_error ($)
{
- report "ERROR", "- $_[0]";
+ report "ERROR", "$test_name - $_[0]";
}
sub handle_tap_result ($)