mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/083: disable dmesg check
xfs/083 will corrupt the fs intentionally, there will be WARNINGs in dmesg as expected, so here disable dmesg check. Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -102,6 +102,10 @@ scratch_repair() {
|
||||
}
|
||||
|
||||
rm -f $seqres.full
|
||||
# This test will corrupt fs intentionally, so there will be WARNINGs
|
||||
# in dmesg as expected
|
||||
_disable_dmesg_check
|
||||
|
||||
echo "See interesting results in $seqres.full" | sed -e "s,$RESULT_DIR,RESULT_DIR,g"
|
||||
SRCDIR=`pwd`
|
||||
test -z "${FUZZ_ARGS}" && FUZZ_ARGS="-3 -n 32"
|
||||
|
||||
Reference in New Issue
Block a user