We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f7dc4 commit 9bdea7dCopy full SHA for 9bdea7d
1 file changed
test-case/check-performance.sh
@@ -86,8 +86,7 @@ if [ "$SOF_TEST_PIPEWIRE" == true ]; then
86
done
87
88
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?
+ skip_test "No sinks/sources to be tested found, exiting test"
91
fi
92
93
else
0 commit comments