summaryrefslogtreecommitdiff
path: root/_test/roundtrip.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/roundtrip.py')
-rw-r--r--_test/roundtrip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/roundtrip.py b/_test/roundtrip.py
index 86e4862..c9b4ffb 100644
--- a/_test/roundtrip.py
+++ b/_test/roundtrip.py
@@ -228,7 +228,7 @@ def save_and_run(program, base_dir=None, file_name=None):
print('running:', *cmd)
check_output(cmd, stderr=STDOUT, universal_newlines=True)
except CalledProcessError as exception:
- print("##### Running '{} {}' FAILED #####".format(sys.exeutable, file_name))
+ print("##### Running '{} {}' FAILED #####".format(sys.executable, file_name))
print(exception.output)
return exception.returncode
return 0