From b6594600df9327584bfe81ef065a0482fe6d3237 Mon Sep 17 00:00:00 2001 From: Xiao Yang Date: Tue, 12 Jul 2016 13:41:44 +0800 Subject: [PATCH] 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 --- tests/xfs/083 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/xfs/083 b/tests/xfs/083 index d897754f..040f3b6c 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" -- 2.39.5