mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common/config: honor NFS_MOUNT_OPTIONS in _test_mount_opts
NFS_MOUNT_OPTIONS is always not applied on TEST_DEV when it has been defined. Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -347,6 +347,9 @@ _test_mount_opts()
|
||||
ceph)
|
||||
export TEST_FS_MOUNT_OPTS=$CEPHFS_MOUNT_OPTIONS
|
||||
;;
|
||||
nfs)
|
||||
export TEST_FS_MOUNT_OPTS=$NFS_MOUNT_OPTIONS
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user