提交 fc6213db 作者: Juan Batiz-Benet

dont test mount when no fuse

上级 e5198b14
......@@ -8,6 +8,13 @@ test_description="Test mount command"
. ./test-lib.sh
# if in travis CI, dont test mount (no fuse)
if test "$TEST_NO_FUSE" = 1; then
skip_all='skipping mount tests, fuse not available'
test_done
fi
test_launch_ipfs_mount
test_kill_ipfs_mount
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论