Make test/runner less verbose when spawning instances

As discussed on IRC
This commit is contained in:
Dag Wieers 2017-01-26 22:07:10 +01:00 committed by Matt Clay
commit 3a0a74dc18
3 changed files with 14 additions and 10 deletions

View file

@ -76,7 +76,7 @@ class HttpClient(object):
cmd += [url]
stdout, _ = run_command(self.args, cmd, capture=True, always=self.always)
stdout, _ = run_command(self.args, cmd, capture=True, always=self.always, cmd_verbosity=2)
if self.args.explain and not self.always:
return HttpResponse(200, '')