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/local.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xfstests/local.config') diff --git a/xfstests/local.config b/xfstests/local.config index 318f12c..c34ebb8 100644 --- a/xfstests/local.config +++ b/xfstests/local.config @@ -9,6 +9,9 @@ export FUSE_SUBTYP=.passthrough export MOUNT_OPTIONS="" export TEST_FS_MOUNT_OPTS="" +# extra binary options, such as '--direct-io' or '--nopassthrough', etc +export EXTRA_BIN_OPTIONS="" + # If PASSTHROUGH_PATH is unset, the mount helper is going to look # for the binary '${FUSE_SUBTYP}', though omitting the leading dot '.'. # Example: -- cgit v1.2.3