Skip to content

Commit

Permalink
Wait for HH to be killed before exiting the e2e bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjenkurtic committed Jul 25, 2024
1 parent 25b3c3c commit 399e280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/bri-3/test/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ run_command "npm run test:e2e"
# Stop Hardhat node
log_message "Stopping Hardhat node"
kill $HARDHAT_PID
wait $HARDHAT_PID

log_message "Script execution completed"

0 comments on commit 399e280

Please sign in to comment.