Return test script status.
This commit is contained in:
parent
378e1ec906
commit
209baec4b7
@ -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"
|
||||
|
||||
return $ret
|
Loading…
Reference in New Issue
Block a user