Skip to content

Commit

Permalink
s/exit/sys.exit/
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo committed Oct 26, 2015
1 parent e973877 commit 7a17140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/run_interop_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def render_html_report(client_langs, server_langs, resultset,
do_newline=True)
for image in docker_images.itervalues():
dockerjob.remove_image(image, skip_nonexistent=True)
exit(1);
sys.exit(1)

# Start interop servers.
server_jobs={}
Expand Down

0 comments on commit 7a17140

Please sign in to comment.