summaryrefslogtreecommitdiff
path: root/smoke_test
diff options
context:
space:
mode:
authorJustin Husted <sigstop@gmail.com>2021-06-05 01:48:53 -0700
committerJustin Husted <sigstop@gmail.com>2021-06-05 01:48:53 -0700
commit6b0e5ee29ee47013659c687d4fb7ce74469a7723 (patch)
tree502071d8a0b6a218942a2e8de31792c53b6f2308 /smoke_test
parent560c4e4aea3d45a443c975680d8beda6bf07984d (diff)
Fix smoke_test to use BCACHEFS_DEBUG
This file was not updated when D -> BCACHEFS_DEBUG Signed-off-by: Justin Husted <sigstop@gmail.com>
Diffstat (limited to 'smoke_test')
-rwxr-xr-xsmoke_test4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoke_test b/smoke_test
index a799e953..9a93e3ec 100755
--- a/smoke_test
+++ b/smoke_test
@@ -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