Skip to content

Commit e44f610

Browse files
nunomaduronikic
authored andcommitted
Removes 'Parallel Edition' output in tests
Closes GH-6806.
1 parent 4ed4b64 commit e44f610

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

run-tests.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,10 +1386,6 @@ function run_all_tests_parallel(array $test_files, array $env, $redir_tested): v
13861386
$workerProcs = [];
13871387
$workerSocks = [];
13881388

1389-
echo "=====================================================================\n";
1390-
echo "========= WELCOME TO THE FUTURE: run-tests PARALLEL EDITION =========\n";
1391-
echo "=====================================================================\n";
1392-
13931389
// Each test may specify a list of conflict keys. While a test that conflicts with
13941390
// key K is running, no other test that conflicts with K may run. Conflict keys are
13951391
// specified either in the --CONFLICTS-- section, or CONFLICTS file inside a directory.

0 commit comments

Comments
 (0)