mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update checkLabels.sh
This commit is contained in:
@@ -219,7 +219,7 @@ for label in $allLabels; do
|
|||||||
if [[ $labelError != 0 ]]; then
|
if [[ $labelError != 0 ]]; then
|
||||||
echo "${RED}########## ERROR in label: $label${NC}"
|
echo "${RED}########## ERROR in label: $label${NC}"
|
||||||
echo "Testing using Installomator"
|
echo "Testing using Installomator"
|
||||||
exit_status=$( . $repo_dir/assemble.sh $label DEBUG=2 INSTALL=force | grep exit | tail -1 | sed -E 's/.*exit code ([0-9]).*/\1/g' )
|
exit_status=$( . $repo_dir/assemble.sh $label DEBUG=2 INSTALL=force BLOCKING_PROCESS_ACTION=ignore | grep exit | tail -1 | sed -E 's/.*exit code ([0-9]).*/\1/g' )
|
||||||
if [[ ${exit_status} -eq 0 ]] ; then
|
if [[ ${exit_status} -eq 0 ]] ; then
|
||||||
echo "${GREEN}$label works fine!${NC}"
|
echo "${GREEN}$label works fine!${NC}"
|
||||||
#errorLabels=("${(@)errorLabels:#$errorLabel}")
|
#errorLabels=("${(@)errorLabels:#$errorLabel}")
|
||||||
|
|||||||
Reference in New Issue
Block a user