mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
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:
parent
560c4e4aea
commit
6b0e5ee29e
@ -22,7 +22,7 @@ set -e
|
||||
|
||||
PYTEST="${PYTEST:-pytest-3}"
|
||||
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
|
||||
|
||||
@ -64,7 +64,7 @@ build
|
||||
test
|
||||
|
||||
echo -- Test: debug --
|
||||
export D=1
|
||||
export BCACHEFS_DEBUG=1
|
||||
build
|
||||
test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user