From 14df9571becd712cd3cf1904e2ad26c37f9d0592 Mon Sep 17 00:00:00 2001 From: Jorg Sowa Date: Mon, 1 Jan 2024 23:24:59 +0100 Subject: [PATCH] Changed value passed to show_start to $start_timestamp --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;