topology: test: Fix tplb-build.sh when did no use XARGS

Miss TFILE when not using XARGS.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2018-06-04 10:43:10 +08:00 committed by Liam Girdwood
parent 07d290c8ac
commit 5a59eca380
1 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,12 @@ function simple_test {
#if DAI type is SSP, define the SSP specific params
if [ $5 == "SSP" ]
then
if [ $i == "test-all" ]
then
TFILE="test-ssp$6-${12}-$2-$4-$7-48k-$((${11} / 1000))k-$1"
else
TFILE="$i-ssp$6-${12}-$2-$4-$7-48k-$((${11} / 1000))k-$1"
fi
echo "M4 pre-processing test $i -> ${TFILE}"
m4 ${M4_FLAGS} \
-DTEST_PIPE_NAME="$2" \