self-test: print the test args

This commit is contained in:
Kamal Mostafa 2012-08-13 21:17:38 -07:00
parent a9c2258706
commit d8ed9bef82
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ TMPF="/tmp/minimodem-test-$$.wav"
trap "rm -f $TMPF" 0
set -e
echo
echo "$MINIMODEM ... $minimodem_args < $textfile"
$MINIMODEM --tx -T 1 --file $TMPF $minimodem_args < "$textfile"
# ls -l $TMPF
$MINIMODEM --rx --file $TMPF $minimodem_args | diff "$textfile" -