mirror of
https://github.com/sivel/speedtest-cli.git
synced 2025-08-28 21:40:27 +02:00
Skipping test should be quiet
This commit is contained in:
@@ -1740,7 +1740,7 @@ def shell():
|
|||||||
args.units[0]),
|
args.units[0]),
|
||||||
quiet)
|
quiet)
|
||||||
else:
|
else:
|
||||||
printer('Skipping download test')
|
printer('Skipping download test', quiet)
|
||||||
|
|
||||||
if args.upload:
|
if args.upload:
|
||||||
printer('Testing upload speed', quiet,
|
printer('Testing upload speed', quiet,
|
||||||
@@ -1751,7 +1751,7 @@ def shell():
|
|||||||
args.units[0]),
|
args.units[0]),
|
||||||
quiet)
|
quiet)
|
||||||
else:
|
else:
|
||||||
printer('Skipping upload test')
|
printer('Skipping upload test', quiet)
|
||||||
|
|
||||||
printer('Results:\n%r' % results.dict(), debug=True)
|
printer('Results:\n%r' % results.dict(), debug=True)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user