Commit 37554525 authored by Victor Stinner's avatar Victor Stinner

Issue #25220: regrtest setups Python after parsing command line options

parent bd1a72c4
......@@ -431,8 +431,8 @@ class Regrtest:
os.system("leaks %d" % os.getpid())
def main(self, tests=None, **kwargs):
setup_python()
self.ns = _parse_args(sys.argv[1:], **kwargs)
setup_python()
self.setup_regrtest()
if self.ns.wait:
input("Press any key to continue...")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment