Check for failure of tests

This commit is contained in:
Bob Mottram 2016-07-05 19:02:44 +01:00
parent 3dc4278e3e
commit 9eba0735ad
1 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,9 @@ function install_apps {
}
${PROJECT_NAME}-tests
if [ ! "$?" = "0" ]; then
exit 2
fi
detect_apps