Log listener launch arguments for better debugging
This commit is contained in:
parent
e448097581
commit
bc1160d670
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ for ((COUNTER = 1; COUNTER <= NUM_TESTS; COUNTER++)); do
|
||||||
|
|
||||||
READY_FILE="/tmp/listener_ready_${COUNTER}_${i}"
|
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" \
|
sudo "${SCRIPT_DIRECTORY}/listener.py" \
|
||||||
--main-iface "$INTERFACE" \
|
--main-iface "$INTERFACE" \
|
||||||
--monitor-iface "$LISTEN_INTERFACE" \
|
--monitor-iface "$LISTEN_INTERFACE" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue