Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-12-11 18:36:03 +0300
committerMatt Martz <matt@sivel.net>2017-12-11 18:36:03 +0300
commitfa2e15ee08b0c55930bb7a251784ca7b2c529c1c (patch)
tree6974857a4f3654ed115ce665e82c3edf28cdfdec
parenteab354603f5b92d7775e04866e8fa8a853937070 (diff)
Skipping test should be quiet
-rwxr-xr-xspeedtest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/speedtest.py b/speedtest.py
index da74eb2..f45753c 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -1740,7 +1740,7 @@ def shell():
args.units[0]),
quiet)
else:
- printer('Skipping download test')
+ printer('Skipping download test', quiet)
if args.upload:
printer('Testing upload speed', quiet,
@@ -1751,7 +1751,7 @@ def shell():
args.units[0]),
quiet)
else:
- printer('Skipping upload test')
+ printer('Skipping upload test', quiet)
printer('Results:\n%r' % results.dict(), debug=True)