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 52699df commit 61d848c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions turborepo-tests/helpers/setup_example_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ $package_manager_command

# 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

# 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?
Expand All @@ -74,7 +73,6 @@ fi

# Simulating the user's second run and dumping logs to a file
$turbo_command >>./tmp/run-2.txt 2>&1
cat ./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 61d848c

Please sign in to comment.