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
commita99e046ee17c08a402e3a9ff88b415476bd25289 (patch)
tree64d65374fd8123236bd8e10d7b8571f5f81ccf0b /lib
parent42208f09c528beebd47580631d88d86930d6db8e (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