forked from vercel/turborepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log the location of the summary file in the execution summary (vercel…
- Loading branch information
Showing
5 changed files
with
73 additions
and
15 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
cli/integration_tests/basic_monorepo/run_summary/discovery.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Setup | ||
$ . ${TESTDIR}/../../setup.sh | ||
$ . ${TESTDIR}/../setup.sh $(pwd) | ||
$ rm -rf .turbo/runs | ||
|
||
$ ${TURBO} run build --summarize=true --filter=my-app | ||
\xe2\x80\xa2 Packages in scope: my-app (esc) | ||
\xe2\x80\xa2 Running build in 1 packages (esc) | ||
\xe2\x80\xa2 Remote caching disabled (esc) | ||
my-app:build: cache miss, executing 2f192ed93e20f940 | ||
my-app:build: | ||
my-app:build: > build | ||
my-app:build: > echo 'building' | ||
my-app:build: | ||
my-app:build: building | ||
|
||
Tasks: 1 successful, 1 total | ||
Cached: 0 cached, 1 total | ||
Time:\s*[\.0-9]+m?s (re) | ||
Summary: .+\.turbo\/runs\/[a-zA-Z0-9]+.json (re) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters