From bfc7128ad954ba05d872510838ce0b63aef8b03d Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 23 Nov 2020 16:36:30 -0800 Subject: [PATCH] multiple-pipeline-playback: remove dmesg -C call This was apparently missed in #529 Together with #523 this makes it identical to multiple-pipeline-capture.sh again. Signed-off-by: Marc Herbert --- test-case/multiple-pipeline-playback.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test-case/multiple-pipeline-playback.sh b/test-case/multiple-pipeline-playback.sh index 76d24d40..abe5c44c 100755 --- a/test-case/multiple-pipeline-playback.sh +++ b/test-case/multiple-pipeline-playback.sh @@ -110,8 +110,6 @@ do # set up checkpoint for each iteration func_lib_setup_kernel_checkpoint dlogi "===== Testing: (Loop: $i/$loop_cnt) =====" - # clean up dmesg - sudo dmesg -C # start capture: func_run_pipeline_with_type "playback" @@ -153,7 +151,6 @@ do [ "$play_count" = 0 ] || sof-process-state.sh aplay >/dev/null || func_error_exit "Catch the abnormal process status of aplay" - dlogc 'pkill -9 aplay arecord' [ "$rec_count" = 0 ] || pkill -9 arecord [ "$play_count" = 0 ] || pkill -9 aplay @@ -161,3 +158,4 @@ do # check kernel log for each iteration to catch issues sof-kernel-log-check.sh "$KERNEL_CHECKPOINT" || die "Caught error in kernel log" done +