Skip to content

Commit 9bdea7d

Browse files
committed
use skip_test
1 parent 40f7dc4 commit 9bdea7d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test-case/check-performance.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ if [ "$SOF_TEST_PIPEWIRE" == true ]; then
8686
done
8787

8888
if [ $aplay_num == 0 ] && [ $arecord_num == 0 ]; then
89-
dloge "No sinks/sources to be tested found, exiting test"
90-
exit 1 #To be discussed: exit with 0 or 1 here?
89+
skip_test "No sinks/sources to be tested found, exiting test"
9190
fi
9291

9392
else

0 commit comments

Comments
 (0)