Skip to content

Commit

Permalink
Fix test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Mar 18, 2018
1 parent 706d0a7 commit 378e1ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

ganache-cli -g 0 -l 0 > /dev/null &
ganachecli_pid=$!
echo "Start ganache-cli pid: $ganachecli_pid"
echo "Start ganache-cli pid: $ganachecli_pid and sleep 3 seconds"

sleep 3

vendor/bin/phpunit --coverage-clover=coverage.xml

Expand Down

0 comments on commit 378e1ec

Please sign in to comment.