Skip to content

Commit 2966f50

Browse files
committed
Fix test start time tracking.
1 parent 88a09ca commit 2966f50

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)