Skip to content

Commit 60abd94

Browse files
authored
Changed value passed to show_start to $start_timestamp (#13064)
1 parent 5b268fa commit 60abd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ function main(): void
733733

734734
$start_timestamp = time();
735735
$start_time = hrtime(true);
736-
show_start($start_time);
736+
show_start($start_timestamp);
737737

738738
$test_cnt = count($test_files);
739739
$test_idx = 0;

0 commit comments

Comments
 (0)