From d988f919d77a1d24c5edb639077c2e856ef75711 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 12 Sep 2016 12:01:31 +0200 Subject: [PATCH] Fix test_quteprocess.py --- tests/end2end/fixtures/test_quteprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/fixtures/test_quteprocess.py b/tests/end2end/fixtures/test_quteprocess.py index 0ceb90cd6..875ea38e7 100644 --- a/tests/end2end/fixtures/test_quteprocess.py +++ b/tests/end2end/fixtures/test_quteprocess.py @@ -44,6 +44,7 @@ class FakeConfig: ARGS = { '--qute-delay': 0, '--color': True, + '--verbose': False, } def getoption(self, name):