diff --git a/test/doctool/testcfg.py b/test/doctool/testcfg.py index 5778d2f0c5ba5a..33a274a43d6451 100644 --- a/test/doctool/testcfg.py +++ b/test/doctool/testcfg.py @@ -4,4 +4,4 @@ import testpy def GetConfiguration(context, root): - return testpy.SimpleTestConfiguration(context, root, 'doctool') + return testpy.ParallelTestConfiguration(context, root, 'doctool')