diff --git a/tools/test-runner b/tools/test-runner index 513af2ab..fc57cd81 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -176,12 +176,12 @@ class Process(subprocess.Popen): global config self.ctx = config.ctx - if namespace: - args = ['ip', 'netns', 'exec', namespace] + args - if self.ctx.is_verbose(args[0], log=False): self.verbose = True + if namespace: + args = ['ip', 'netns', 'exec', namespace] + args + if outfile: self._append_outfile(outfile)