Skip to content

Commit

Permalink
Filter preloading warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Feb 19, 2019
1 parent 1f2dc04 commit bf51b08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run-tests.php
Expand Up @@ -2527,6 +2527,10 @@ function run_test($php, $file, $env)

show_file_block('out', $output);

if ($preload) {
$output = trim(preg_replace("/Warning: Can't preload .*\n/", "", $output));
}

if (isset($section_text['EXPECTF']) || isset($section_text['EXPECTREGEX'])) {

if (isset($section_text['EXPECTF'])) {
Expand Down

0 comments on commit bf51b08

Please sign in to comment.