summaryrefslogtreecommitdiff
path: root/tests/functional-tests/common/utils/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/common/utils/helpers.py')
-rw-r--r--tests/functional-tests/common/utils/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/common/utils/helpers.py b/tests/functional-tests/common/utils/helpers.py
index 95e48401b..63605e55c 100644
--- a/tests/functional-tests/common/utils/helpers.py
+++ b/tests/functional-tests/common/utils/helpers.py
@@ -74,7 +74,7 @@ class Helper:
def new_hook(etype, evalue, etb):
old_hook(etype, evalue, etb)
GLib.MainLoop.quit(loop)
- sys.exit()
+ sys.exit(1)
sys.excepthook = new_hook
def _start_process (self):