From a01032792592181decccfd02745a20e093514231 Mon Sep 17 00:00:00 2001 From: David Katz Date: Wed, 25 Feb 2026 16:27:26 -0500 Subject: [PATCH] Flip on developer extension in compaction smoke test (#7514) --- scripts/test_compaction.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_compaction.sh b/scripts/test_compaction.sh index 88c957d82d..0743cc10a8 100755 --- a/scripts/test_compaction.sh +++ b/scripts/test_compaction.sh @@ -120,7 +120,7 @@ echo "" OUTPUT=$(mktemp) echo "Step 1: Creating session with initial messages..." -(cd "$TESTDIR" && "$GOOSE_BIN" run --text "list files and read hello.txt" 2>&1) | tee "$OUTPUT" +(cd "$TESTDIR" && "$GOOSE_BIN" run --with-builtin developer --text "list files and read hello.txt" 2>&1) | tee "$OUTPUT" if ! command -v jq &> /dev/null; then echo "✗ FAILED: jq is required for this test"