We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6266e4a commit 02b5ac6Copy full SHA for 02b5ac6
Lib/test/test_embed.py
@@ -65,7 +65,7 @@ def setUp(self):
65
ext = ("_d" if debug_build(sys.executable) else "") + ".exe"
66
exename += ext
67
exepath = builddir
68
- expecteddir = support.REPO_ROOT
+ expecteddir = os.path.join(support.REPO_ROOT, builddir)
69
else:
70
exepath = os.path.join(builddir, 'Programs')
71
expecteddir = os.path.join(support.REPO_ROOT, 'Programs')
0 commit comments