summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-08-05 08:39:01 +0000
committerZeev Suraski <zeev@php.net>2003-08-05 08:39:01 +0000
commit9ff7dff10d2515169aef117fe6a517c76a0073eb (patch)
tree19376c894ccb8a1e5d9be13de4510a2159b9de75 /run-tests.php
parentfec3fc933166b858032beb6ed7c3fbff67efffbe (diff)
downloadphp-git-9ff7dff10d2515169aef117fe6a517c76a0073eb.tar.gz
Shorten output to prevent messup
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 dc48a1b6c3..69347c9d0f 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -676,7 +676,7 @@ TEST $file
$shortname = str_replace($cwd.'/', '', $file);
$tested = trim($section_text['TEST'])." [$shortname]";
- echo "TEST $tested\r";
+ echo "TEST [$shortname]\r";
flush();
$tmp = realpath(dirname($file));