scoutfs-tests: filter another ext4 kernel message

Add another expected warning from ext4 during xfstests that should not
cause failure.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2020-05-29 13:50:35 -07:00
committed by Zach Brown
parent 63cccfa582
commit 8cf6f73744
+1
View File
@@ -31,6 +31,7 @@ t_filter_dmesg()
re="$re|scoutfs .* error reading super block"
re="$re| EXT4-fs (.*): get root inode failed"
re="$re| EXT4-fs (.*): mount failed"
re="$re| EXT4-fs (.*): no journal found"
# dropping caches is fine
re="$re| drop_caches: "