Message ID | 854140625a994b2b38a298c25d26b010c32e9ee0.1612951443.git.riteshh@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: -I <n> CLI option and some random fixes | expand |
diff --git a/tests/generic/413 b/tests/generic/413 index 503c7c999d4f..7db8d756abc7 100755 --- a/tests/generic/413 +++ b/tests/generic/413 @@ -34,6 +34,7 @@ _require_scratch_dax_mountopt "dax" _require_test_program "feature" _require_test_program "t_mmap_dio" _require_xfs_io_command "falloc" +_require_get_hugepagesize prep_files() { diff --git a/tests/generic/605 b/tests/generic/605 index 1e2d71882dd0..7620e148e4b3 100755 --- a/tests/generic/605 +++ b/tests/generic/605 @@ -34,6 +34,7 @@ _require_test_program "feature" _require_test_program "t_mmap_dio" _require_dax_iflag _require_xfs_io_command "falloc" +_require_get_hugepagesize SRC_DIR=$SCRATCH_MNT/src SRC_FILE=$SRC_DIR/tf_s
This adds _require_get_hugepagesize() check at the beginning, which seems like was the intention earlier behind function _get_hugepagesize(). Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com> --- tests/generic/413 | 1 + tests/generic/605 | 1 + 2 files changed, 2 insertions(+) -- Ritesh Harjani (signature)