diff options
author | Marcus Boerger <helly@php.net> | 2003-05-31 14:10:27 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-05-31 14:10:27 +0000 |
commit | 7ad9732a9494898a153319431ec715c3db5c4abb (patch) | |
tree | 7abb733a0c3d29b6472c3ae0a976689d35f73fbd /run-tests.php | |
parent | d1c19eb5a1a8ef8fc283381beea8c58c6d40a9e7 (diff) | |
download | php-git-7ad9732a9494898a153319431ec715c3db5c4abb.tar.gz |
MFB: This is needed though
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |