Skip to content

Commit

Permalink
use invoke instead of make...
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 20, 2024
1 parent 79acedd commit 9a0fa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/scripts/run-fuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
# will return status code 0, otherwise 1 (which means that the
# mediasoup-worker-fuzzer binary already exited due to some fuzzer or other
# error).
make fuzzer-run-all &
invoke fuzzer-run-all &
MEDIASOUP_WORKER_FUZZER_PID=$!
sleep ${DURATION_SEC}
kill ${MEDIASOUP_WORKER_FUZZER_PID}
Expand Down

0 comments on commit 9a0fa80

Please sign in to comment.