From 951e64a4bce04858f376ff8303992a5623e6dc65 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 31 May 2003 12:37:44 +0000 Subject: [PATCH] This is needed though --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 636c72e7b4..7264567a84 100755 --- a/run-tests.php +++ b/run-tests.php @@ -739,7 +739,7 @@ COMMAND $cmd // Test failed so we need to report details. if ($warn) { - echo "WARN $tested\n"; + echo "WARN $tested$info\n"; } else { echo "FAIL $tested\n"; } -- 2.40.0