Kaydet (Commit) 732599f7 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #26295: Fix test_regrtest.test_tools_buildbot_test()

Pass also --testdir option.
üst d6e25026
......@@ -527,7 +527,7 @@ class ProgramsTestCase(BaseTestCase):
def test_tools_buildbot_test(self):
# Tools\buildbot\test.bat
script = os.path.join(ROOT_DIR, 'Tools', 'buildbot', 'test.bat')
test_args = []
test_args = ['--testdir=%s' % self.tmptestdir]
if platform.architecture()[0] == '64bit':
test_args.append('-x64') # 64-bit build
if not Py_DEBUG:
......
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