]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Fix smoke_test to use BCACHEFS_DEBUG
authorJustin Husted <sigstop@gmail.com>
Sat, 5 Jun 2021 08:48:53 +0000 (01:48 -0700)
committerJustin Husted <sigstop@gmail.com>
Sat, 5 Jun 2021 08:48:53 +0000 (01:48 -0700)
This file was not updated when D -> BCACHEFS_DEBUG

Signed-off-by: Justin Husted <sigstop@gmail.com>
smoke_test

index a799e9532800c9c659935e6ad0e74aca358c2789..9a93e3ecc7a6b7e2ac8cb0e4adedf7be9c9c924c 100755 (executable)
@@ -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