lib/igt.cocci: Add stanza for for_each_pipe
[platform/upstream/intel-gpu-tools.git] / tests / ZZ_check_dmesg
1 #!/bin/sh
2
3 if dmesg | grep '\*ERROR\*'  > /dev/null ; then
4         echo "DRM_ERROR dirt in dmesg"
5         exit 1
6 fi
7
8 if dmesg | grep -- '------\[ cut here \]----' > /dev/null  ; then
9         echo "found a backtrace in dmesg"
10         exit 1
11 fi