Added error code on failure to boot the apps

This commit is contained in:
Marcin Grzejszczak
2015-12-09 23:09:05 +01:00
parent 2f0b687ac1
commit f984eba5f1

View File

@@ -46,7 +46,8 @@ if [ "$success" = true ] ; then
echo "Successfully booted up all the apps. Proceeding with the acceptance tests"
bash -e runAcceptanceTests.sh
else
echo "Failed to boot the apps. Will now kill the containers and remove them"
echo "Failed to boot the apps."
exit 1
fi
cd ..