Commit 17670781 authored by Stefan Behnel's avatar Stefan Behnel

Fix embed test in Py2.6.

parent 05be94a8
...@@ -1799,7 +1799,7 @@ class EmbedTest(unittest.TestCase): ...@@ -1799,7 +1799,7 @@ class EmbedTest(unittest.TestCase):
cython = os.path.abspath(os.path.join('..', '..', cython)) cython = os.path.abspath(os.path.join('..', '..', cython))
try: try:
subprocess.check_output([ subprocess.check_call([
"make", "make",
"PYTHON='%s'" % sys.executable, "PYTHON='%s'" % sys.executable,
"CYTHON='%s'" % cython, "CYTHON='%s'" % cython,
......
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