summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-07-09 02:41:19 +0000
committerfoobar <sniper@php.net>2005-07-09 02:41:19 +0000
commit60ce60d395d00d203c2ca03100d3a029e783fa4b (patch)
tree4169b7863192a971fe62f8051c32d9d1426f59e0 /run-tests.php
parent15e772ce1300cca0ea1bde6f849a105711e181ab (diff)
downloadphp-git-60ce60d395d00d203c2ca03100d3a029e783fa4b.tar.gz
show ugly full path for failed redirected tests
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
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'];
}