The long version of that was printed deliberately so that you could
copy and paste the path to debug the test. Something that's really
useful for two reasons:
- the output is stored alongside the extension, not in with the
generic test files
- running from a VPATH build makes it more painful to work out the
real path to use.
Please put it back; the idea is that none of the PDO drivers should
fail on these core tests, so it should be very unusual to see this
output anyway.
--Wez.
On 7/8/05, Jani Taskinen <[EMAIL PROTECTED]> wrote:
> if (is_array($IN_REDIRECT)) {
> - $tested = $IN_REDIRECT['prefix'] . ' ' .
> trim($section_text['TEST']) . " [$tmp_file]";
> + $tested = $IN_REDIRECT['prefix'] . ' ' .
> trim($section_text['TEST']) . " [$shortname]";
> $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