Skip to content

Commit

Permalink
Exit with status code 0 after successful execution #24, #27
Browse files Browse the repository at this point in the history
  • Loading branch information
kashishm committed Jul 12, 2016
1 parent 022f9e4 commit 0778ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gauge_runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ def self.portFromEnvVariable(envVariable)
Connector.make_connections()
Executor.load_steps(DEFAULT_IMPLEMENTATIONS_DIR_PATH)
dispatch_messages(Connector.executionSocket)
exit(0)
end
end

0 comments on commit 0778ffd

Please sign in to comment.