Fix smoke_test to use BCACHEFS_DEBUG

This file was not updated when D -> BCACHEFS_DEBUG

Signed-off-by: Justin Husted <sigstop@gmail.com>
This commit is contained in:
Justin Husted 2021-06-05 01:48:53 -07:00
parent 560c4e4aea
commit 6b0e5ee29e

View File

@ -22,7 +22,7 @@ set -e
PYTEST="${PYTEST:-pytest-3}" PYTEST="${PYTEST:-pytest-3}"
spam=$(tempfile) spam=$(tempfile)
unset BCACHEFS_FUSE BCACHEFS_TEST_USE_VALGRIND D unset BCACHEFS_FUSE BCACHEFS_TEST_USE_VALGRIND BCACHEFS_DEBUG
trap "set +x; cat ${spam}; rm -f ${spam} ; echo; echo FAILED." EXIT trap "set +x; cat ${spam}; rm -f ${spam} ; echo; echo FAILED." EXIT
@ -64,7 +64,7 @@ build
test test
echo -- Test: debug -- echo -- Test: debug --
export D=1 export BCACHEFS_DEBUG=1
build build
test test