summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2022-01-04 21:29:33 +0100
committerRadek Podgorny <radek@podgorny.cz>2022-01-04 21:29:33 +0100
commit40eb7403b8d3e970f3452758c5bac734b78b0da5 (patch)
tree956a7c6099d5a8db5b40b4430a3db8c71de57da6
parentb446f39aceb66a1c402078c26b288b9af25037bd (diff)
downloadunionfs-fuse-git-fuse3.tar.gz
hard-code libfuse2 to macos testsfuse3
-rwxr-xr-xtest_vagrant_macos.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test_vagrant_macos.sh b/test_vagrant_macos.sh
index 98ad091..f95d43a 100755
--- a/test_vagrant_macos.sh
+++ b/test_vagrant_macos.sh
@@ -1,6 +1,9 @@
#!/bin/sh
set -e -x
+# libfuse3 is disabled for macos since there's no support in macfuse
+# see https://github.com/osxfuse/osxfuse/issues/390
+
trap "vagrant destroy --force; rm -rf Vagrantfile" SIGINT SIGTERM ERR EXIT
rm -rf Vagrantfile
@@ -21,7 +24,7 @@ cd xxx
rm -rf build
mkdir build
cd build
-cmake ..
+cmake .. -DWITH_LIBFUSE3=FALSE
make
python3 ../test_all.py