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"