Re-enable FUSE smoke tests.

Signed-off-by: Justin Husted <sigstop@gmail.com>
This commit is contained in:
Justin Husted 2021-06-05 01:55:09 -07:00
parent 3da3c4ff8b
commit 0335d55043

View File

@ -71,14 +71,13 @@ test
echo -- Test: 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
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