Skip to content

Commit

Permalink
force exit in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
daa committed May 19, 2016
1 parent 950b0df commit 1df85d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/integration_test.py
Expand Up @@ -51,4 +51,4 @@ def gotReply(reply):
reactor.callWhenRunning(reactor.callLater, 1, start)

reactor.run()
sys.exit(exitCode)
os._exit(exitCode)

0 comments on commit 1df85d1

Please sign in to comment.