Also pass -bb to python for end2end tests

This commit is contained in:
Florian Bruhin 2016-07-28 07:19:59 +02:00
parent 79b3f26de8
commit 190db8bf5e

View File

@ -262,7 +262,7 @@ class QuteProc(testprocess.Process):
'--profile-tool', 'none',
'--profile-file', profile_file]
else:
args = ['-m', 'qutebrowser']
args = ['-bb', '-m', 'qutebrowser']
return executable, args
def _default_args(self):