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 <[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]>
  • Loading branch information
joyeecheung authored and RafaelGSS committed Apr 5, 2023
1 parent 658cb1d commit 627e339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/doctool/testcfg.py
Original file line number Diff line number Diff line change
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 627e339

Please sign in to comment.