Skip to content

Commit

Permalink
Display the currently running test
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Aug 5, 2003
1 parent 8547de3 commit 0770772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,9 @@ function run_test($php, $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);
Expand Down

0 comments on commit 0770772

Please sign in to comment.