bpo-45653: fix test_embed on windows (GH-29814)

This commit is contained in:
Kumar Aditya 2021-11-30 01:57:34 +05:30 committed by GitHub
parent 6266e4af87
commit 02b5ac6091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ def setUp(self):
ext = ("_d" if debug_build(sys.executable) else "") + ".exe"
exename += ext
exepath = builddir
expecteddir = support.REPO_ROOT
expecteddir = os.path.join(support.REPO_ROOT, builddir)
else:
exepath = os.path.join(builddir, 'Programs')
expecteddir = os.path.join(support.REPO_ROOT, 'Programs')