Skip to content

Commit

Permalink
kill framework (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanatd33 authored Sep 23, 2024
1 parent 9d847af commit 5e606a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launch/framework.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ fi
"$binary" &
binary_pid=$!

# Run "make run-our-stack" in the foreground
make run-our-stack

# Ensure that pressing Ctrl+C kills all subprocesses
trap 'kill $binary_pid; exit' INT

# Run "make run-our-stack" in the foreground
make run-our-stack

# Wait for the background process to complete
wait $binary_pid

0 comments on commit 5e606a9

Please sign in to comment.