Log listener launch arguments for better debugging

This commit is contained in:
Yaro Kasear 2025-05-02 16:18:49 -05:00
parent e448097581
commit bc1160d670

View file

@ -171,6 +171,7 @@ for ((COUNTER = 1; COUNTER <= NUM_TESTS; COUNTER++)); do
READY_FILE="/tmp/listener_ready_${COUNTER}_${i}"
log "Launching listener with args: --main-iface $INTERFACE --monitor-iface $LISTEN_INTERFACE --outfile $LISTENER_SAMPLE_FILE ${LISTENER_ARGS[*]}"
sudo "${SCRIPT_DIRECTORY}/listener.py" \
--main-iface "$INTERFACE" \
--monitor-iface "$LISTEN_INTERFACE" \