From: foobar Date: Sat, 9 Jul 2005 02:41:19 +0000 (+0000) Subject: show ugly full path for failed redirected tests X-Git-Tag: php-5.1.0b3~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60ce60d395d00d203c2ca03100d3a029e783fa4b;p=php show ugly full path for failed redirected tests --- 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']; }