From 60ce60d395d00d203c2ca03100d3a029e783fa4b Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 9 Jul 2005 02:41:19 +0000 Subject: [PATCH] show ugly full path for failed redirected tests --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; } -- 2.50.1