Update log message to reflect correct sample count in listener launch
This commit is contained in:
parent
b9e03a6566
commit
f2df8f3efa
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ for ((COUNTER = 1; COUNTER <= NUM_TESTS; COUNTER++)); do
|
|||
if [ "$LISTENER_ENABLED" -eq 1 ]; then
|
||||
LISTENER_SAMPLE_FILE="${TEST_FILE%.csv}-listener-$COUNTER-$i.csv"
|
||||
|
||||
log "Launching listener for sample $i/$NUM_TESTS..."
|
||||
log "Launching listener for sample $i/$NUM_SAMPLES..."
|
||||
|
||||
READY_FILE="/tmp/listener_ready_${COUNTER}_${i}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue