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