Browse Source

- Show end of relay testing block

PHP-5.1
Marcus Boerger 21 years ago
parent
commit
ef4931f627
  1. 3
      run-tests.php

3
run-tests.php

@ -886,6 +886,9 @@ TEST $file
fwrite($failed_tests_file, "$tested: $name\n");
}
}
echo "---> $IN_REDIRECT[TESTS] ($tested) done\n";
$GLOBALS['test_idx'] = $test_idx;
$test_files = $saved_test_files;

Loading…
Cancel
Save