From 207f504298d577879a616faffd6107274df4d25c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 10 Apr 2017 01:46:13 +0100 Subject: [PATCH] fix exit status Signed-off-by: Ian Jackson --- hippotatlib/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hippotatlib/__init__.py b/hippotatlib/__init__.py index 0c3577f..9b10fdf 100644 --- a/hippotatlib/__init__.py +++ b/hippotatlib/__init__.py @@ -695,3 +695,4 @@ def common_run(): log_debug(DBG.INIT, 'entering reactor') if not _crashing: reactor.run() print('ENDED', file=sys.stderr) + sys.exit(16) -- 2.11.0