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):
cython = os.path.abspath(os.path.join('..', '..', cython))
try:
subprocess.check_output([
subprocess.check_call([
"make",
"PYTHON='%s'" % sys.executable,
"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