From d2337500a562f9fa7f4cb63667f5edbfce66911d Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Mon, 1 Dec 2025 18:11:26 -0600 Subject: [PATCH] gbmap: Relaxed test_btree to only ifndef LFS3_YES_GBMAP --- tests/test_btree.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_btree.toml b/tests/test_btree.toml index ae0c8734..9f0c5329 100644 --- a/tests/test_btree.toml +++ b/tests/test_btree.toml @@ -2,7 +2,7 @@ after = 'test_rbyd' # don't bother testing with more complicated block allocators -ifndef = 'LFS3_GBMAP' +ifndef = 'LFS3_YES_GBMAP' # maximize lookahead buffer, we don't actually gc so we only get one pass # of the disk for these tests