Hashar has submitted this change and it was merged. 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(-) Approvals: Hashar: Verified; Looks good to me, approved 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: merged Gerrit-Change-Id: I6cf24af8b1e2ae2bc3673d28b4c109be9513a1ab Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
