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
commit7b03897dcd441930b6da1c72940cccbde5066a6b (patch)
treec0047bf2e1fc4b31f37e2c3c601cdc691a41a7d7 /lib
parent7526869fed80bf5745f05e6bb174abb07f477a26 (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