Display the currently running test

This commit is contained in:
Zeev Suraski 2003-08-05 08:31:56 +00:00
parent 8547de3f16
commit 0770772385

View File

@ -676,6 +676,9 @@ TEST $file
$shortname = str_replace($cwd.'/', '', $file);
$tested = trim($section_text['TEST'])." [$shortname]";
echo "TEST $tested\r";
flush();
$tmp = realpath(dirname($file));
$tmp_skipif = $tmp . uniqid('/phpt.');
$tmp_file = ereg_replace('\.phpt$','.php',$file);