diff --git a/run-tests.php b/run-tests.php index 0e341ca762d65..d0ac3dc8c4769 100755 --- a/run-tests.php +++ b/run-tests.php @@ -733,7 +733,7 @@ function main(): void $start_timestamp = time(); $start_time = hrtime(true); - show_start($start_time); + show_start($start_timestamp); $test_cnt = count($test_files); $test_idx = 0;