diff --git a/bin/manage-tools b/bin/manage-tools index c806f1b..51c998f 100755 --- a/bin/manage-tools +++ b/bin/manage-tools @@ -144,8 +144,10 @@ case $ACTION in echo "TOOLS | $TOOL | Running test script." ./test echo "TOOLS | $TOOL | test script succeeded!" + exit 0 else echo "TOOLS | $TOOL | Install succeeded. No test script!" + exit 0 fi fi ;;