fix exit status
[hippotat] / hippotatlib / __init__.py
index 0c3577f..9b10fdf 100644 (file)
@@ -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)