Browse Source

Shorten output to prevent messup

PEAR_1_4DEV
Zeev Suraski 23 years ago
parent
commit
9ff7dff10d
  1. 2
      run-tests.php

2
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));

Loading…
Cancel
Save