mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/127: to exit if any subtest fails
If one of the subtests of generic/127 fails, we proceed with the rest of the tests, potentially overwriting useful data. This makes it stop as soon as any of the subtests fails. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
61e4eead3c
commit
2f65e8db37
+6
-6
@@ -89,16 +89,16 @@ _fsx_std_mmap()
|
|||||||
_supported_fs generic
|
_supported_fs generic
|
||||||
_require_test
|
_require_test
|
||||||
|
|
||||||
_fsx_lite_nommap
|
_fsx_lite_nommap || exit
|
||||||
_fsx_lite_mmap
|
_fsx_lite_mmap || exit
|
||||||
|
|
||||||
_fsx_std_nommap
|
_fsx_std_nommap || exit
|
||||||
_fsx_std_mmap
|
_fsx_std_mmap || exit
|
||||||
|
|
||||||
#flush cache after write
|
#flush cache after write
|
||||||
FSX_ARGS="-f $FSX_ARGS"
|
FSX_ARGS="-f $FSX_ARGS"
|
||||||
_fsx_std_nommap
|
_fsx_std_nommap || exit
|
||||||
_fsx_std_mmap
|
_fsx_std_mmap || exit
|
||||||
|
|
||||||
status=0
|
status=0
|
||||||
_cleanup
|
_cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user