Skip to content

Commit

Permalink
test: run doctool tests in parallel
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
joyeecheung authored and RafaelGSS committed Apr 8, 2023
1 parent 40be01b commit 130420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/doctool/testcfg.py
Expand Up @@ -4,4 +4,4 @@
import testpy

def GetConfiguration(context, root):
return testpy.SimpleTestConfiguration(context, root, 'doctool')
return testpy.ParallelTestConfiguration(context, root, 'doctool')

0 comments on commit 130420b

Please sign in to comment.