Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Aug 9, 2024
1 parent c64360b commit 2567721
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions turborepo-tests/integration/tests/affected.t
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Do the same thing with the `ls` command
WARNING ls command is experimental and may change in the future
1 package

my-app apps/my-app
my-app apps[\/\\]my-app (re)

Commit the change
$ git add .
Expand Down Expand Up @@ -58,7 +58,7 @@ Do the same thing with the `ls` command
WARNING ls command is experimental and may change in the future
1 package

my-app apps/my-app
my-app apps[\/\\]my-app (re)

Override the SCM base to be HEAD, so nothing runs
$ TURBO_SCM_BASE="HEAD" ${TURBO} run build --affected --log-order grouped
Expand Down Expand Up @@ -129,7 +129,7 @@ Do the same thing with the `ls` command
WARNING ls command is experimental and may change in the future
1 package

my-app apps/my-app
my-app apps[\/\\]my-app (re)

Now do some magic to change the repo to be shallow
$ SHALLOW=$(git rev-parse --show-toplevel)/.git/shallow
Expand Down Expand Up @@ -169,8 +169,8 @@ Do the same thing with the `ls` command

3 packages

util packages/util
my-app apps/my-app
another packages/another
another packages[\/\\]another (re)
my-app apps[\/\\]my-app (re)
util packages[\/\\]util (re)


0 comments on commit 2567721

Please sign in to comment.