summaryrefslogtreecommitdiffstats
path: root/tests/run_multinode.sh
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2017-03-29 09:47:04 -0700
committerUlas Kozat <ulas.kozat@huawei.com>2017-03-29 20:59:58 +0000
commitfdc2286d45458be250ba5cf7831376c074f9ff8a (patch)
tree801a48e7a8554a1a11435366ff307bccfdd2e121 /tests/run_multinode.sh
parenteb5815825e687e167814fbc519dc7298f567a159 (diff)
JIRA DOMINO-26: Add exit 0 to test scripts
Change-Id: I71bb0abc7b9683330fcaa03c02827b261f13f3ae Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com> (cherry picked from commit 07f6ad3c89a2c2a2df5997824330cb9d7f9b51f1)
Diffstat (limited to 'tests/run_multinode.sh')
-rwxr-xr-xtests/run_multinode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_multinode.sh b/tests/run_multinode.sh
index 736d991..89f2d3f 100755
--- a/tests/run_multinode.sh
+++ b/tests/run_multinode.sh
@@ -187,4 +187,4 @@ fi
set -e
echo "done"
-
+exit 0