mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-09 18:21:09 +00:00
run britney in verbose mode
This commit is contained in:
parent
882a985966
commit
2d73f30d64
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user