Skip to content

Commit 389b097

Browse files
authored
Fix test start time tracking (#25743)
Fix test start time tracking. Used when EMTEST_VISUALIZE=1 env. var. is set.
1 parent 88a09ca commit 389b097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel_testsuite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def printResult(res):
9090

9191
olddir = os.getcwd()
9292
result = BufferedParallelTestResult()
93+
result.start_time = start_time
9394
result.buffer = buffer
9495
temp_dir = tempfile.mkdtemp(prefix='emtest_')
9596
test.set_temp_dir(temp_dir)

0 commit comments

Comments
 (0)