From: Xiao Yang Date: Tue, 12 Jul 2016 05:41:44 +0000 (+0800) Subject: xfs/083: disable dmesg check X-Git-Tag: v2022.05.01~2426 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b6594600df9327584bfe81ef065a0482fe6d3237;p=users%2Fhch%2Fxfstests-dev.git 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 Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/083 b/tests/xfs/083 index d897754f4..040f3b6cb 100755 --- a/tests/xfs/083 +++ b/tests/xfs/083 @@ -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"