diff --git a/tools/run-tests.py b/tools/run-tests.py index a9a81f8299..a3d4d0a808 100755 --- a/tools/run-tests.py +++ b/tools/run-tests.py @@ -668,7 +668,8 @@ def Execute(arch, mode, args, options, suites, workspace): run_networked = not options.no_network if not run_networked: - print("Network distribution disabled, running tests locally.") + if verbose_output: + print("Network distribution disabled, running tests locally.") elif utils.GuessOS() != "linux": print("Network distribution is only supported on Linux, sorry!") run_networked = False