mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common: improve regex in _check_dmesg
A dmesg output as below cause all cases fail: [ 508.002072] EDAC DEBUG: ie31200_check: MC0 Due to it matches `egrep -e "BUG:"` in _check_dmesg. But it's not a real BUG output, so use "\bBUG:" to avoid this mistake. Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Reference in New Issue
Block a user