xfs/083: disable dmesg check
authorXiao Yang <yangx.jy@cn.fujitsu.com>
Tue, 12 Jul 2016 05:41:44 +0000 (13:41 +0800)
committerEryu Guan <eguan@redhat.com>
Tue, 19 Jul 2016 04:15:52 +0000 (12:15 +0800)
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>
tests/xfs/083

index d897754f40a0a1478a45415ea000c6dc7e1cd903..040f3b6cbf3c498154e5b94ab4e695425b94a20d 100755 (executable)
@@ -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"