Check for failure of tests
This commit is contained in:
parent
3dc4278e3e
commit
9eba0735ad
|
@ -227,6 +227,9 @@ function install_apps {
|
||||||
}
|
}
|
||||||
|
|
||||||
${PROJECT_NAME}-tests
|
${PROJECT_NAME}-tests
|
||||||
|
if [ ! "$?" = "0" ]; then
|
||||||
|
exit 2
|
||||||
|
fi
|
||||||
|
|
||||||
detect_apps
|
detect_apps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue