Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test-case/check-8bit-play-rec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ main()
init_globals

start_test
if [[ "$TPLG" != *nocodec* ]]; then
skip_test "Skipping: this test is supported only on NOCODEC platforms."
fi

logger_disabled || func_lib_start_log_collect

setup_kernel_check_point
Expand Down
4 changes: 4 additions & 0 deletions test-case/check-float-play-rec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ main()
init_globals

start_test
if [[ "$TPLG" != *nocodec* ]]; then
skip_test "Skipping: this test is supported only on NOCODEC platforms."
fi

logger_disabled || func_lib_start_log_collect

setup_kernel_check_point
Expand Down
4 changes: 2 additions & 2 deletions test-case/check-selector-play.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ main()

start_test

if [[ "$tplg" != *"nocodec"* ]]; then
skip_test "Test currently supported for NO-CODEC platforms only"
if [[ "$tplg" != *nocodec* ]]; then
skip_test "Skipping: test currently supported for NO-CODEC platforms only"
fi

logger_disabled || func_lib_start_log_collect
Expand Down
4 changes: 4 additions & 0 deletions test-case/check-src-play.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ main()
init_globals

start_test
if [[ "$TPLG" != *nocodec* ]]; then
skip_test "Skipping: this test is supported only on NOCODEC platforms."
fi

logger_disabled || func_lib_start_log_collect

setup_kernel_check_point
Expand Down
4 changes: 4 additions & 0 deletions test-case/check-src-rec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ main()
init_globals

start_test
if [[ "$TPLG" != *nocodec* ]]; then
skip_test "Skipping: this test is supported only on NOCODEC platforms."
fi

logger_disabled || func_lib_start_log_collect

setup_kernel_check_point
Expand Down