summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-05-31 14:10:27 +0000
committerMarcus Boerger <helly@php.net>2003-05-31 14:10:27 +0000
commit7ad9732a9494898a153319431ec715c3db5c4abb (patch)
tree7abb733a0c3d29b6472c3ae0a976689d35f73fbd /run-tests.php
parentd1c19eb5a1a8ef8fc283381beea8c58c6d40a9e7 (diff)
downloadphp-git-7ad9732a9494898a153319431ec715c3db5c4abb.tar.gz
MFB: This is needed though
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
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";
}