summaryrefslogtreecommitdiffstats
path: root/run_tests
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests')
-rwxr-xr-xrun_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_tests b/run_tests
index 07cd98db..6c6f8594 100755
--- a/run_tests
+++ b/run_tests
@@ -34,8 +34,8 @@ def find_pytest():
34 if ret: 34 if ret:
35 return ret 35 return ret
36 36
37 print(f'{__file__}: unable to find pytest.', file=sys.stderr) 37 print('%s: unable to find pytest.' % (__file__,), file=sys.stderr)
38 print(f'{__file__}: Try installing: sudo apt-get install python-pytest', 38 print('%s: Try installing: sudo apt-get install python-pytest' % (__file__,),
39 file=sys.stderr) 39 file=sys.stderr)
40 40
41 41