Zero exit code when tests finish.

This commit is contained in:
Pedro Algarvio 2013-01-25 17:59:35 +00:00
parent eed8d83b3e
commit 9cd312f7d6

View file

@ -75,3 +75,4 @@ title_echo "Installing from a specific git tag"
title_echo "Installing from a specific git sha commit"
(sudo ./bootstrap-salt-minion.sh git bf1d7dfb733a6133d6a750e0ab63a27e72cf7e81 && salt --versions-report && sudo rm -rf /tmp/git ) && passed_echo || failed_echo
exit 0