Skip to content

Commit d0fa867

Browse files
singalsugolowanow
authored andcommitted
Test-case: check-audio-equalizer: Add kernel checkpoint
This change should avoid error: "Kernel check point "KERNEL_CHECKPOINT" is not properly set" in case-lib/lib.sh. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent c4705a2 commit d0fa867

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test-case/check-audio-equalizer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func_pipeline_export "$tplg" "eq:any"
4343
sofcard=${SOFCARD:-0}
4444

4545
start_test
46+
setup_kernel_check_point
4647

4748
# Test equalizer
4849
func_test_eq()
@@ -144,4 +145,4 @@ do
144145

145146
done
146147

147-
exit 0
148+
sof-kernel-log-check.sh "$KERNEL_CHECKPOINT"

0 commit comments

Comments
 (0)