Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/71791
Change subject: puppet-test-runner was missing an exit call ...................................................................... puppet-test-runner was missing an exit call Change-Id: I6cf24af8b1e2ae2bc3673d28b4c109be9513a1ab --- M bin/puppet-test-runner.sh 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins refs/changes/91/71791/1 diff --git a/bin/puppet-test-runner.sh b/bin/puppet-test-runner.sh index 9371391..22d6046 100755 --- a/bin/puppet-test-runner.sh +++ b/bin/puppet-test-runner.sh @@ -47,3 +47,4 @@ FINAL_EXIT_CODE=$? echo "info: Final exit code: $FINAL_EXIT_CODE" +exit $FINAL_EXIT_CODE -- To view, visit https://gerrit.wikimedia.org/r/71791 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6cf24af8b1e2ae2bc3673d28b4c109be9513a1ab Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
