diff options
author | foobar <sniper@php.net> | 2005-07-09 02:41:19 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-07-09 02:41:19 +0000 |
commit | 60ce60d395d00d203c2ca03100d3a029e783fa4b (patch) | |
tree | 4169b7863192a971fe62f8051c32d9d1426f59e0 /run-tests.php | |
parent | 15e772ce1300cca0ea1bde6f849a105711e181ab (diff) | |
download | php-git-60ce60d395d00d203c2ca03100d3a029e783fa4b.tar.gz |
show ugly full path for failed redirected tests
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 452a8bda45..34bb1632c1 100755 --- a/run-tests.php +++ b/run-tests.php @@ -796,7 +796,7 @@ TEST $file $tmp_post = $tmp . DIRECTORY_SEPARATOR . uniqid('/phpt.'); if (is_array($IN_REDIRECT)) { - $tested = $IN_REDIRECT['prefix'] . ' ' . trim($section_text['TEST']) . " [$shortname]"; + $tested = $IN_REDIRECT['prefix'] . ' ' . trim($section_text['TEST']) . " [$tmp_file]"; $section_text['FILE'] = "# original source file: $shortname\n" . $section_text['FILE']; } |