mirror of
https://github.com/block/goose.git
synced 2026-06-01 22:11:07 +02:00
Flip on developer extension in compaction smoke test (#7514)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user