mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
Shorten output to prevent messup
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user