diff options
author | Zeev Suraski <zeev@php.net> | 2003-08-05 08:39:01 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-08-05 08:39:01 +0000 |
commit | 9ff7dff10d2515169aef117fe6a517c76a0073eb (patch) | |
tree | 19376c894ccb8a1e5d9be13de4510a2159b9de75 /run-tests.php | |
parent | fec3fc933166b858032beb6ed7c3fbff67efffbe (diff) | |
download | php-git-9ff7dff10d2515169aef117fe6a517c76a0073eb.tar.gz |
Shorten output to prevent messup
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 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)); |