From 25cd634a90c8bee540c5780a496b4858e475c063 Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 4 Nov 2015 19:00:35 -0800 Subject: [PATCH] try explicit exit 0? --- bin/manage-tools | 2 ++ 1 file changed, 2 insertions(+) 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 ;;