diff --git a/turborepo-tests/integration/tests/errors-only.t b/turborepo-tests/integration/tests/errors-only.t index 8ef5173437d61..81eab3ef3c531 100644 --- a/turborepo-tests/integration/tests/errors-only.t +++ b/turborepo-tests/integration/tests/errors-only.t @@ -38,7 +38,7 @@ Setup \xe2\x80\xa2 Packages in scope: app-a (esc) \xe2\x80\xa2 Running builderror in 1 packages (esc) \xe2\x80\xa2 Remote caching disabled (esc) - app-a:builderror: ERROR: command finished with error: command .* npm run builderror exited \(1\) (re) + app-a:builderror: cache miss, executing e66674cd52f90ec9 app-a:builderror: app-a:builderror: > builderror app-a:builderror: > echo "error builderror app-a!" && exit 1 @@ -48,6 +48,7 @@ Setup app-a:builderror: npm ERR! Error: command failed app-a:builderror: npm ERR! in workspace: app-a app-a:builderror: npm ERR! at location: .* (re) + app-a:builderror: ERROR: command finished with error: command .* npm run builderror exited \(1\) (re) command .* npm run builderror exited \(1\) (re) Tasks: 0 successful, 1 total @@ -66,7 +67,7 @@ Setup \xe2\x80\xa2 Packages in scope: app-a (esc) \xe2\x80\xa2 Running builderror2 in 1 packages (esc) \xe2\x80\xa2 Remote caching disabled (esc) - app-a:builderror2: ERROR: command finished with error: command .* npm run builderror2 exited \(1\) (re) + app-a:builderror2: cache miss, executing de9a4f19fc30bada app-a:builderror2: app-a:builderror2: > builderror2 app-a:builderror2: > echo "error builderror2 app-a!" && exit 1 @@ -76,6 +77,7 @@ Setup app-a:builderror2: npm ERR! Error: command failed app-a:builderror2: npm ERR! in workspace: app-a app-a:builderror2: npm ERR! at location: .* (re) + app-a:builderror2: ERROR: command finished with error: command .* npm run builderror2 exited \(1\) (re) command .* npm run builderror2 exited \(1\) (re) Tasks: 0 successful, 1 total diff --git a/turborepo-tests/integration/tests/one_script_error.t b/turborepo-tests/integration/tests/one_script_error.t index d0b170d60c8c2..6f33fe16c5a37 100644 --- a/turborepo-tests/integration/tests/one_script_error.t +++ b/turborepo-tests/integration/tests/one_script_error.t @@ -90,6 +90,7 @@ Make sure error code isn't swallowed with continue my-app:okay2: > echo 'working' my-app:okay2: my-app:okay2: working + command \((.*)/apps/my-app\) npm run error exited \(1\) (re) Tasks: 2 successful, 3 total Cached: 1 cached, 3 total diff --git a/turborepo-tests/integration/tests/turbo_help.t b/turborepo-tests/integration/tests/turbo_help.t index 5b1de8e70def5..297ecf483a760 100644 --- a/turborepo-tests/integration/tests/turbo_help.t +++ b/turborepo-tests/integration/tests/turbo_help.t @@ -137,6 +137,7 @@ Test help flag for link command --no-gitignore Do not create or modify .gitignore (default false) --version --skip-infer Skip any attempts to infer which version of Turbo the project is configured to use + --target Specify what should be linked (default "remote cache") [default: remote-cache] [possible values: remote-cache, spaces] --no-update-notifier Disable the turbo update notification --api Override the endpoint for API calls --color Force color usage in the terminal @@ -163,6 +164,7 @@ Test help flag for unlink command Usage: turbo unlink [OPTIONS] Options: + --target Specify what should be unlinked (default "remote cache") [default: remote-cache] [possible values: remote-cache, spaces] --version --skip-infer Skip any attempts to infer which version of Turbo the project is configured to use --no-update-notifier Disable the turbo update notification