Skip to content

Commit 562591f

Browse files
committed
Remove lightning
Windows is not quite ready for the future.
1 parent 3a5664f commit 562591f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run-tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,9 +1351,9 @@ function run_all_tests_parallel($test_files, $env, $redir_tested) {
13511351
$workerProcs = [];
13521352
$workerSocks = [];
13531353

1354-
echo "====⚡️===========================================================⚡️====\n";
1355-
echo "====⚡️==== WELCOME TO THE FUTURE: run-tests PARALLEL EDITION ====⚡️====\n";
1356-
echo "====⚡️===========================================================⚡️====\n";
1354+
echo "=====================================================================\n";
1355+
echo "========= WELCOME TO THE FUTURE: run-tests PARALLEL EDITION =========\n";
1356+
echo "=====================================================================\n";
13571357

13581358
// Each test may specify a list of conflict keys. While a test that conflicts with
13591359
// key K is running, no other test that conflicts with K may run. Conflict keys are

0 commit comments

Comments
 (0)