diff --git a/scripts/test.sh b/scripts/test.sh index c61064d..2fdbfe7 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -7,6 +7,9 @@ echo "Start ganache-cli pid: $ganachecli_pid and sleep 3 seconds" sleep 3 vendor/bin/phpunit --coverage-clover=coverage.xml +ret=$? kill -9 $ganachecli_pid -echo "Kill ganache-cli" \ No newline at end of file +echo "Kill ganache-cli" + +return $ret \ No newline at end of file