From ef4931f627087b4a15ada254a51d9799af82a40b Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 18 Jul 2005 00:19:28 +0000 Subject: [PATCH] - Show end of relay testing block --- run-tests.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run-tests.php b/run-tests.php index 31bea0c522f..d4ab060f323 100755 --- a/run-tests.php +++ b/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;