mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-31 11:51:49 +00:00
Added auto_cache option for test on osx
This commit is contained in:
parent
b79b0b1a92
commit
daba563a1c
@ -152,9 +152,9 @@ function start_s3fs {
|
||||
VALGRIND_EXEC="valgrind ${VALGRIND} --log-socket=127.0.1.1"
|
||||
fi
|
||||
|
||||
# On OSX only, we need to specify the direct_io flag.
|
||||
# On OSX only, we need to specify the direct_io and auto_cache flag.
|
||||
if [ `uname` = "Darwin" ]; then
|
||||
DIRECT_IO_OPT="-o direct_io"
|
||||
DIRECT_IO_OPT="-o direct_io -o auto_cache"
|
||||
else
|
||||
DIRECT_IO_OPT=""
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user