Skip to content

Commit

Permalink
ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Nov 4, 2024
1 parent f52e599 commit f58f538
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 4 deletions.
1 change: 1 addition & 0 deletions scripts/apply_test_vectors_reth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ BG_PID=$!
# Set the trap to call cleanup if an error occurs
cleanup() {
echo "Stopping node process (PID: $BG_PID)..."
ps aux | grep "reth node" | grep -v grep | awk '{print $2}' | xargs kill
kill $BG_PID 2>/dev/null || true
}
trap cleanup EXIT
Expand Down
1 change: 1 addition & 0 deletions scripts/generate_test_vectors_reth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ BG_PID=$!
# Set the trap to call cleanup if an error occurs
cleanup() {
echo "Stopping node process (PID: $BG_PID)..."
ps aux | grep "reth node" | grep -v grep | awk '{print $2}' | xargs kill
kill $BG_PID 2>/dev/null || true
}
trap cleanup EXIT
Expand Down
Loading

0 comments on commit f58f538

Please sign in to comment.