Fix listener output file naming in runtest.sh
This commit is contained in:
parent
abdf5bcb61
commit
015af7f26b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ source settings.env
|
|||
BOOT_ID=$(cat /proc/sys/kernel/random/boot_id)
|
||||
TEST_FILE="${HOME}/${BOOT_ID}-speedtest.csv"
|
||||
if [ "$LISTENER_ENABLED" -eq 1 ]; then
|
||||
LISTENER_OUTFILE="${TEST_FILE%.csv}-listener.csv"
|
||||
LISTENER_OUTFILE="${TEST_FILE}"
|
||||
else
|
||||
LISTENER_OUTFILE=""
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue