Browse Source

Fixed typo.

experimental/threaded
Moriyoshi Koizumi 24 years ago
parent
commit
a26a849bb3
  1. 2
      run-tests.php

2
run-tests.php

@ -435,7 +435,7 @@ TEST $file
@unlink($tmp_skipif);
if (ereg("^skip", trim($output))){
echo "SKIP $tested";
$reason = (ereg("^skip[[:space:]]*(.+)\$", trim($output))) ? ereg_replace("^^skip[[:space:]]*(.+)\$", "\\1", trim($output)) : FALSE;
$reason = (ereg("^skip[[:space:]]*(.+)\$", trim($output))) ? ereg_replace("^skip[[:space:]]*(.+)\$", "\\1", trim($output)) : FALSE;
if ($reason) {
echo " (reason: $reason)\n";
} else {

Loading…
Cancel
Save