Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Dec 13, 2024
1 parent 10f81d6 commit 5d263aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions turborepo-tests/helpers/setup_example_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ echo "/tmp/" >>".gitignore"

$package_manager_command

echo "HELLO 1"
# Simulating the user's first run and dumping logs to a file
$turbo_command >>./tmp/run-1.txt 2>&1
cat ./tmp/run-1.txt

echo "HELLO 2"

# We don't want to hit cache on first run because we're acting like a user.
# A user would never hit cache on first run. Why should we?
if grep -q ">>> FULL TURBO" ./tmp/run-1.txt; then
Expand Down

0 comments on commit 5d263aa

Please sign in to comment.