mirror of
https://github.com/sivel/speedtest-cli.git
synced 2024-11-27 04:09:53 +08:00
Skipping test should be quiet
This commit is contained in:
parent
eab354603f
commit
fa2e15ee08
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user