Kaydet (Commit) bca9acf7 authored tarafından Nick Coghlan's avatar Nick Coghlan

Issue #18093: fix test_capi test skip due to _testembed move

üst 5027a507
...@@ -285,7 +285,7 @@ class EmbeddingTests(unittest.TestCase): ...@@ -285,7 +285,7 @@ class EmbeddingTests(unittest.TestCase):
exename += ext exename += ext
exepath = os.path.dirname(sys.executable) exepath = os.path.dirname(sys.executable)
else: else:
exepath = os.path.join(basepath, "Modules") exepath = os.path.join(basepath, "Programs")
self.test_exe = exe = os.path.join(exepath, exename) self.test_exe = exe = os.path.join(exepath, exename)
if not os.path.exists(exe): if not os.path.exists(exe):
self.skipTest("%r doesn't exist" % exe) self.skipTest("%r doesn't exist" % exe)
......
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