From 5ede0c03e60a8cb7134e0a438cce57d59197dbc8 Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Mon, 19 Mar 2018 10:13:00 +0800 Subject: [PATCH] return to exit --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 2fdbfe7..9eee9a1 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -12,4 +12,4 @@ ret=$? kill -9 $ganachecli_pid echo "Kill ganache-cli" -return $ret \ No newline at end of file +exit $ret \ No newline at end of file