Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 5a59eca

Browse files
xiulipanlrgirdwo
authored andcommitted
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>
1 parent 07d290c commit 5a59eca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

topology/test/tplg-build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ function simple_test {
9191
#if DAI type is SSP, define the SSP specific params
9292
if [ $5 == "SSP" ]
9393
then
94+
if [ $i == "test-all" ]
95+
then
96+
TFILE="test-ssp$6-${12}-$2-$4-$7-48k-$((${11} / 1000))k-$1"
97+
else
98+
TFILE="$i-ssp$6-${12}-$2-$4-$7-48k-$((${11} / 1000))k-$1"
99+
fi
94100
echo "M4 pre-processing test $i -> ${TFILE}"
95101
m4 ${M4_FLAGS} \
96102
-DTEST_PIPE_NAME="$2" \

0 commit comments

Comments
 (0)