summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2020-11-10 14:02:20 +0100
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-11-10 14:02:20 +0100
commit449831504ca11f16aa67d336fd88c17e28222768 (patch)
treed59d3ed427ec2a2b2931b0bf58ceae15ccb80ba0 /lib
parentcb60c1465da8e68c50865f401ee541f305a59344 (diff)
sectracker_test/run.py: run tests under python3
Diffstat (limited to 'lib')
-rw-r--r--lib/python/sectracker_test/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/sectracker_test/run.py b/lib/python/sectracker_test/run.py
index 44fa675fcb..ced75d56ae 100644
--- a/lib/python/sectracker_test/run.py
+++ b/lib/python/sectracker_test/run.py
@@ -47,7 +47,7 @@ for name in files:
continue
fullpath = "%s/%s" % (ourpath, name)
print("* Running", name)
- p = subprocess.Popen(("python", "--", fullpath), env=env)
+ p = subprocess.Popen(("python3", "--", fullpath), env=env)
ret = p.wait()
if ret != 0:
print("Test exited with status", ret)

© 2014-2024 Faster IT GmbH | imprint | privacy policy