diff options
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |