sniper Fri Jul 8 22:41:20 2005 EDT
Modified files:
/php-src run-tests.php
Log:
show ugly full path for failed redirected tests
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.220&r2=1.221&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.220 php-src/run-tests.php:1.221
--- php-src/run-tests.php:1.220 Fri Jul 8 17:46:23 2005
+++ php-src/run-tests.php Fri Jul 8 22:41:19 2005
@@ -23,7 +23,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.220 2005/07/08 21:46:23 sniper Exp $ */
+/* $Id: run-tests.php,v 1.221 2005/07/09 02:41:19 sniper Exp $ */
/*
* TODO:
@@ -796,7 +796,7 @@
$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'];
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php