mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
Flip on developer extension in compaction smoke test (#7514)
This commit is contained in:
parent
ca34455e6e
commit
a010327925
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue