mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
test: run doctool tests in parallel
PR-URL: https://github.com/nodejs/node/pull/47273 Refs: https://github.com/nodejs/node/issues/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>
This commit is contained in:
parent
f88eba0ca3
commit
cd36f6eeff
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
|||
import testpy
|
||||
|
||||
def GetConfiguration(context, root):
|
||||
return testpy.SimpleTestConfiguration(context, root, 'doctool')
|
||||
return testpy.ParallelTestConfiguration(context, root, 'doctool')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue