run britney in verbose mode

This commit is contained in:
Martin Pitt 2014-02-27 18:38:20 +01:00
parent 882a985966
commit 2d73f30d64

View File

@ -210,7 +210,7 @@ args.func()
Assert that it succeeds and does not produce anything on stderr.
Return (excuses.html, britney_out).
'''
britney = subprocess.Popen([self.britney, '-c', self.britney_conf],
britney = subprocess.Popen([self.britney, '-v', '-c', self.britney_conf],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
cwd=self.data.path,