This commit is contained in:
@ -44,10 +44,8 @@ case "$VARIANT" in
|
||||
esac
|
||||
|
||||
echo " -> Testing environment..."
|
||||
if bin/console about -q; then
|
||||
echo " Successful"
|
||||
else
|
||||
echo " !! Failed"
|
||||
if ! bin/console about -q; then
|
||||
echo " >> Failed"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user