]> granicus.if.org Git - php/commitdiff
show ugly full path for failed redirected tests
authorfoobar <sniper@php.net>
Sat, 9 Jul 2005 02:41:19 +0000 (02:41 +0000)
committerfoobar <sniper@php.net>
Sat, 9 Jul 2005 02:41:19 +0000 (02:41 +0000)
run-tests.php

index 452a8bda4553dc55d4216d9c7d80a801a4398287..34bb1632c1629dac843ec237a1e823409710d4fc 100755 (executable)
@@ -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'];
        }