Flip on developer extension in compaction smoke test (#7514)

This commit is contained in:
David Katz
2026-02-25 16:27:26 -05:00
committed by GitHub
parent ca34455e6e
commit a010327925
+1 -1
View File
@@ -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"