mirror of
https://github.com/sivel/speedtest-cli.git
synced 2025-07-21 04:31:17 +02:00
Skipping test should be quiet
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user