mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
Disable fuse smoke tests
The FUSE support was broken a while back by an API change from the kernel. Disable fuse tests until this change is implemented. Signed-off-by: Justin Husted <sigstop@gmail.com>
This commit is contained in:
parent
bf4e896460
commit
560c4e4aea
17
smoke_test
17
smoke_test
@ -61,7 +61,7 @@ function test_vg() {
|
||||
|
||||
echo -- Test: default --
|
||||
build
|
||||
test
|
||||
test
|
||||
|
||||
echo -- Test: debug --
|
||||
export D=1
|
||||
@ -71,13 +71,14 @@ test
|
||||
echo -- Test: debug with valgrind --
|
||||
test_vg
|
||||
|
||||
echo -- Test: fuse debug --
|
||||
export BCACHEFS_FUSE=1
|
||||
build
|
||||
test
|
||||
|
||||
echo -- Test: fuse debug with valgrind --
|
||||
test_vg
|
||||
# Fuse tests disabled, fuse is broken due to transaction put API
|
||||
#echo -- Test: fuse debug --
|
||||
#export BCACHEFS_FUSE=1
|
||||
#build
|
||||
#test
|
||||
#
|
||||
#echo -- Test: fuse debug with valgrind --
|
||||
#test_vg
|
||||
|
||||
rm -f ${spam}
|
||||
trap "set +x; echo; echo SUCCESS." EXIT
|
||||
|
Loading…
Reference in New Issue
Block a user