summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xruntests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index 0294bfef3..a29bfb806 100755
--- a/runtests.py
+++ b/runtests.py
@@ -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,