kill but don't fail
This commit is contained in:
parent
55cdef6e02
commit
1ade456a70
|
@ -13,7 +13,7 @@ solana config set --url "http://0.0.0.0:8899"
|
|||
echo "Starting the test validator"
|
||||
solana-test-validator &
|
||||
|
||||
echo "Air Dropping 10000 sol"
|
||||
echo "Air Dropping 10000 sol"
|
||||
sleep 20 && solana airdrop 10000
|
||||
|
||||
echo "Starting LiteRpc"
|
||||
|
@ -26,4 +26,4 @@ echo "Running yarn tests"
|
|||
yarn test
|
||||
|
||||
echo "Done. Killing background jobs"
|
||||
kill "$(jobs -p)"
|
||||
kill "$(jobs -p)" || true
|
||||
|
|
Loading…
Reference in New Issue