From 8dfdfd75ea7e37cc40a5302248f7136e7b8d21b6 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Fri, 30 Dec 2022 14:19:41 -0800 Subject: [PATCH] fuzzy: report the fuzzing repair strategy in seqres.full Record in the seqres.full file the filesystem repair strategy that we're going to use to detect the fuzzed metadata. Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- common/fuzzy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fuzzy b/common/fuzzy index f5690a83..a98e2ade 100644 --- a/common/fuzzy +++ b/common/fuzzy @@ -540,7 +540,7 @@ _scratch_xfs_fuzz_metadata() { fields="$(_scratch_xfs_list_metadata_fields "${filter}" "$@")" verbs="$(_scratch_xfs_list_fuzz_verbs)" - echo "Fields we propose to fuzz under: $@" + echo "Fields we propose to fuzz with the \"${repair}\" repair strategy: $@" echo $(echo "${fields}") echo "Verbs we propose to fuzz with:" echo $(echo "${verbs}") -- 2.47.3