]> granicus.if.org Git - php/commitdiff
Drop lightning for concurrent worker count
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 25 Mar 2019 13:13:10 +0000 (14:13 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 25 Mar 2019 13:13:10 +0000 (14:13 +0100)
This looked rather awkward even on terminals that have full unicode
support.

run-tests.php

index 63ee77cd03e7aa52a6ba285f573d8ef80e8ddb0e..fc40ae8a2f7706ab2657cfe9bb55f9214ce9bb7f 100755 (executable)
@@ -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;