From: Nikita Popov Date: Mon, 25 Mar 2019 13:13:10 +0000 (+0100) Subject: Drop lightning for concurrent worker count X-Git-Tag: php-7.4.0alpha1~677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c61972451f91df9d657ae06db0397f8d65cc4df;p=php Drop lightning for concurrent worker count This looked rather awkward even on terminals that have full unicode support. --- diff --git a/run-tests.php b/run-tests.php index 63ee77cd03..fc40ae8a2f 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1578,7 +1578,7 @@ escape: $test_idx++; clear_show_test(); echo $resultText; - show_test($test_idx, "⚡️[" . count($workerProcs) . "/$workers concurrent test workers running]⚡️"); + show_test($test_idx, count($workerProcs) . "/$workers concurrent test workers running"); if (!is_array($name) && $result != 'REDIR') { $test_results[$index] = $result;