summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.py')
-rw-r--r--runtest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index e5fd2d4..d2ee2e9 100644
--- a/runtest.py
+++ b/runtest.py
@@ -280,7 +280,9 @@ except NameError:
qmtest = path
break
if not qmtest:
- sys.stderr.write('Warning: qmtest/qmtest.py not found on $PATH, assuming --noqmtest option.\n')
+ msg = ('Warning: found neither qmtest nor qmtest.py on $PATH;\n' +
+ '\tassuming --noqmtest option.\n')
+ sys.stderr.write(msg)
sys.stderr.flush()
aegis = whereis('aegis')