From: Marcus Boerger Date: Sat, 31 May 2003 12:37:44 +0000 (+0000) Subject: This is needed though X-Git-Tag: php-4.3.3RC1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=951e64a4bce04858f376ff8303992a5623e6dc65;p=php This is needed though --- 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"; }