summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/quteprocess.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-31 14:33:23 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-31 14:33:23 +0200
commit1490135cb992fc4874fea8ba4cad7c054243fd31 (patch)
tree3cd71903347a444cc255e9e2e2e4347495fb17d7 /tests/end2end/fixtures/quteprocess.py
parentd237c6626cb8d34b4096ecb2b0f2cf70dc886302 (diff)
downloadqutebrowser-1490135cb992fc4874fea8ba4cad7c054243fd31.tar.gz
qutebrowser-1490135cb992fc4874fea8ba4cad7c054243fd31.zip
tests: Pass disable-namespace-sandbox for Qt 5.10
Otherwise, QtWebEngine fails to start when DBUS_SESSION_BUS_ADDRESS is set.
Diffstat (limited to 'tests/end2end/fixtures/quteprocess.py')
-rw-r--r--tests/end2end/fixtures/quteprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index bf167949d..c9fa140b0 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -547,7 +547,7 @@ class QuteProc(testprocess.Process):
'test-notification-service']
if self.request.config.webengine:
- args += testutils.seccomp_args(qt_flag=True)
+ args += testutils.sandbox_args(qt_flag=True)
args.append('about:blank')
return args