Skip to content

Commit

Permalink
fix: stream stdout/err of quick start e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Sep 27, 2023
1 parent 9801a6d commit 667af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/guides/up_quick_start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('guides/up_quick_start', () => {
`DEBUG="aztec:*" AZTEC_RPC_HOST=\${SANDBOX_URL:-http://localhost:8080} PATH=$PATH:../node_modules/.bin ./src/guides/up_quick_start.sh`,
{
shell: '/bin/bash',
stdio: 'pipe',
stdio: 'inherit',
},
);
}, 90_000);
Expand Down

0 comments on commit 667af66

Please sign in to comment.