Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Dec 12, 2024
1 parent 7a1a776 commit b69ec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turborepo-tests/helpers/setup_example_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if grep -q ">>> FULL TURBO" ./tmp/run-1.txt; then
fi

# Simulating the user's second run and dumping logs to a file
$turbo_command >./tmp/run-2.txt
$turbo_command >tee >(./tmp/run-2.txt)

# Make sure the user hits FULL TURBO on the second go
if ! grep -q ">>> FULL TURBO" ./tmp/run-2.txt; then
Expand Down

0 comments on commit b69ec29

Please sign in to comment.