From: Marcus Boerger Date: Sat, 31 May 2003 14:10:27 +0000 (+0000) Subject: MFB: This is needed though X-Git-Tag: RELEASE_1_0_2~485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ad9732a9494898a153319431ec715c3db5c4abb;p=php MFB: This is needed though --- diff --git a/run-tests.php b/run-tests.php index 6262694939..1ed789818f 100755 --- a/run-tests.php +++ b/run-tests.php @@ -832,7 +832,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"; }