From 2105cd7724a714a874eb991f37f1ffdbed3256bd Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Fri, 7 Jun 2024 21:31:28 +0200 Subject: xfstests: Add the possibility for extra daemon options (#964) We need to test w/o page cache, w/o passthrough and other options. I.e. we need to have the possibility to add these options via local.config --- xfstests/mount.fuse.passthrough | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xfstests/mount.fuse.passthrough') diff --git a/xfstests/mount.fuse.passthrough b/xfstests/mount.fuse.passthrough index b19d27f..e07430f 100755 --- a/xfstests/mount.fuse.passthrough +++ b/xfstests/mount.fuse.passthrough @@ -35,4 +35,6 @@ fi [ -n "$PASSTHROUGH_PATH" ] || PASSTHROUGH_PATH=${0#*mount.fuse.} -exec "$PASSTHROUGH_PATH" -o fsname=$dev,allow_other $source "$mnt" -o "$mntopts" "$@" +#echo "EXTRA_BIN_OPTIONS='${EXTRA_BIN_OPTIONS}'" + +exec "$PASSTHROUGH_PATH" ${EXTRA_BIN_OPTIONS} -o fsname=$dev,allow_other $source "$mnt" -o "$mntopts" "$@" -- cgit v1.2.3