From 2d73f30d64e95e2e0cdaadc18f5437aa8e0ec0b0 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 27 Feb 2014 18:38:20 +0100 Subject: [PATCH] run britney in verbose mode --- tests/autopkgtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/autopkgtest.py b/tests/autopkgtest.py index 0ebf337..283d30c 100755 --- a/tests/autopkgtest.py +++ b/tests/autopkgtest.py @@ -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,