The fuzz scripts use __fuzz_notify in effect to log each step in the
fuzz process. Enhance it to print an "underline" to ease readability a
bit.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
}
__fuzz_notify() {
+ echo '========================================'
echo "$@"
+ echo '========================================'
test -w /dev/ttyprintk && echo "$@" >> /dev/ttyprintk
}
# Set the new field value
__fuzz_notify "+ Fuzz ${field} = ${fuzzverb}"
- echo "========================"
_scratch_xfs_fuzz_metadata_field "${field}" ${fuzzverb} "$@"
res=$?
test $res -ne 0 && return