Skip to content

Commit 65debbb

Browse files
committed
debug
1 parent 1072f9b commit 65debbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,6 +2229,7 @@ function run_test(string $php, $file, array $env): string
22292229
$test->setSection('FLAKY', ltrim(substr($output, 5)));
22302230
} elseif ($output !== '') {
22312231
show_result("BORK", $output, $tested_file, 'reason: invalid output from SKIPIF', $temp_filenames);
2232+
var_dump(file_get_contents('D:\a\php-src\php-src\ext\pgsql\tests\config.inc'));
22322233
$PHP_FAILED_TESTS['BORKED'][] = [
22332234
'name' => $file,
22342235
'test_name' => '',

0 commit comments

Comments
 (0)