Also pass -bb to python for end2end tests
This commit is contained in:
parent
79b3f26de8
commit
190db8bf5e
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user