]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/019: reduce _fail calls in test
authorDarrick J. Wong <djwong@kernel.org>
Thu, 20 Feb 2025 21:47:04 +0000 (13:47 -0800)
committerZorro Lang <zlang@kernel.org>
Thu, 6 Mar 2025 13:25:55 +0000 (21:25 +0800)
commit3771456c2368d2ebe5b830f1f35df37be2213737
tree4aaf8f77aa630f098b7efc38b7b6a9462c363020
parent5cbab6da44b17263465dfb5a6bc0f1933ffc51be
xfs/019: reduce _fail calls in test

Replace some _fail calls in this test with softer variants: First,
_scratch_mount does _try_scratch_mount || _fail so it can go away.

Replace the rest of them with echoes because that's sufficient to fail
the test without omitting further check.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/019