Skip to content

Commit 130420b

Browse files
joyeecheungRafaelGSS
authored andcommitted
test: run doctool tests in parallel
PR-URL: #47273 Refs: #47146 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 40be01b commit 130420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/doctool/testcfg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
import testpy
55

66
def GetConfiguration(context, root):
7-
return testpy.SimpleTestConfiguration(context, root, 'doctool')
7+
return testpy.ParallelTestConfiguration(context, root, 'doctool')

0 commit comments

Comments
 (0)