Skip to content

Commit 3c157cb

Browse files
joyeecheungMoLow
authored andcommitted
test: run doctool tests in parallel
PR-URL: #47273 Refs: #47146 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent dc3bc46 commit 3c157cb

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)