diff options
author | Zeev Suraski <zeev@php.net> | 2003-08-05 08:31:56 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-08-05 08:31:56 +0000 |
commit | 07707723854da5d0e9265dbf242794b41ff9f8ff (patch) | |
tree | 7441e2fe847986baf1890330f0a063d51147dd5b /run-tests.php | |
parent | 8547de3f165c99abf5bf3584cd2e40b096e93ea5 (diff) | |
download | php-git-07707723854da5d0e9265dbf242794b41ff9f8ff.tar.gz |
Display the currently running test
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index 2ee70e4970..4d7e1e1f9b 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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); |