Skip to content

Commit 8af0a79

Browse files
fredoh9marc-hb
authored andcommitted
check-volume-levels: enable kernel log check after the test
Set KERNEL_CHECKPOINT before starting the test, otherwise KERNEL_CHECKPOINT not set error will occure. Enable kernel log check after the test also. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
1 parent e804f95 commit 8af0a79

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test-case/check-volume-levels.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ OPT_NAME['t']='tplg' OPT_DESC['t']='tplg file, default value is env TPLG: $'
3535
OPT_HAS_ARG['t']=1 OPT_VAL['t']="$TPLG"
3636

3737
func_opt_parse_option "$@"
38+
setup_kernel_check_point
3839

3940
tplg=${OPT_VAL['t']}
4041

@@ -87,6 +88,8 @@ main () {
8788
dlogi "Deleting temporary files"
8889
rm -f "$APLAY_WAV" "$ARECORD_WAV1" "$ARECORD_WAV2" "$ARECORD_WAV3"
8990
fi
91+
92+
sof-kernel-log-check.sh "$KERNEL_CHECKPOINT"
9093
}
9194

9295
#

0 commit comments

Comments
 (0)