Skip to content

Commit

Permalink
Change kill signal argument to be a number
Browse files Browse the repository at this point in the history
Apparently whatever version is on GitHub doesn't support how I had it
before.
  • Loading branch information
bobbobbio committed Jan 1, 2025
1 parent 9108520 commit 6d4c29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests-on-maelstrom-inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CARGO_MAELSTROM_STATUS=$?
cargo run --release --bin maelstrom-pytest -- --broker=localhost:$PORT $PYTEST_ARGS
MAELSTROM_PYTEST_STATUS=$?

kill --signal SIGTERM $BROKER_PID
kill -15 $BROKER_PID
rm "$TEMPFILE"
set -e

Expand Down

0 comments on commit 6d4c29a

Please sign in to comment.