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,