Skip to content

Commit 951b237

Browse files
lyakhmarc-hb
authored andcommitted
multiple-pipeline: reduce debug verbosity
Dumping all tasks even on a dedicated test system, running Ubuntu generates too much output, which is difficult to find useful information in. Dump waiting tasks and locks help instead to identify kernel dead-locks. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 2c839a0 commit 951b237

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test-case/multiple-pipeline.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ do
207207
sleep 1 # try not to pollute the next iteration
208208

209209
if pgrep arecord || pgrep aplay; then
210-
printf '%c' 't' | sudo tee /proc/sysrq-trigger > /dev/null
210+
printf 'd' | sudo tee /proc/sysrq-trigger > /dev/null
211+
printf 'w' | sudo tee /proc/sysrq-trigger > /dev/null
211212
sleep 1
212213
fi
213214

0 commit comments

Comments
 (0)