Changed value passed to show_start to $start_timestamp (#13064)

This commit is contained in:
Jorg Adam Sowa 2024-01-02 10:36:52 +01:00 committed by GitHub
parent 5b268fa929
commit 60abd94bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;