From 562591f5eb3ff71711a06da21e552932bff82c08 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 18 Jul 2019 11:15:44 +0200 Subject: [PATCH] Remove lightning Windows is not quite ready for the future. --- run-tests.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run-tests.php b/run-tests.php index 58e8fc1dba8..6044ff8f722 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1351,9 +1351,9 @@ function run_all_tests_parallel($test_files, $env, $redir_tested) { $workerProcs = []; $workerSocks = []; - echo "====⚡️===========================================================⚡️====\n"; - echo "====⚡️==== WELCOME TO THE FUTURE: run-tests PARALLEL EDITION ====⚡️====\n"; - echo "====⚡️===========================================================⚡️====\n"; + echo "=====================================================================\n"; + echo "========= WELCOME TO THE FUTURE: run-tests PARALLEL EDITION =========\n"; + echo "=====================================================================\n"; // Each test may specify a list of conflict keys. While a test that conflicts with // key K is running, no other test that conflicts with K may run. Conflict keys are