We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a09ca commit 389b097Copy full SHA for 389b097
test/parallel_testsuite.py
@@ -90,6 +90,7 @@ def printResult(res):
90
91
olddir = os.getcwd()
92
result = BufferedParallelTestResult()
93
+ result.start_time = start_time
94
result.buffer = buffer
95
temp_dir = tempfile.mkdtemp(prefix='emtest_')
96
test.set_temp_dir(temp_dir)
0 commit comments