diff --git a/cli/integration_tests/basic_monorepo/infer_pkg.t b/cli/integration_tests/basic_monorepo/infer_pkg.t index 432678a666186..0914377fcf61e 100644 --- a/cli/integration_tests/basic_monorepo/infer_pkg.t +++ b/cli/integration_tests/basic_monorepo/infer_pkg.t @@ -12,7 +12,9 @@ Run a dry run Run a dry run in a directory $ cd packages/util $ ${TURBO} build --dry=json | jq .packages - [] + [ + "util" + ] Ensure we don't infer packages if --cwd is supplied $ ${TURBO} build --cwd=../.. --dry=json | jq .packages diff --git a/cli/integration_tests/basic_monorepo/verbosity.t b/cli/integration_tests/basic_monorepo/verbosity.t index 7d5f9e7c60289..0519c09bf8692 100644 --- a/cli/integration_tests/basic_monorepo/verbosity.t +++ b/cli/integration_tests/basic_monorepo/verbosity.t @@ -41,6 +41,7 @@ Verbosity level 2 [-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::shim: No local turbo binary found at: .+node_modules/\.bin/turbo (re) [-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::shim: Running command as global turbo (re) [-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::cli: pkg_inference_root set to "" (re) + [-0-9:.TWZ+]+ \[DEBUG] turbo: Found go binary at "[\-\w\/]+" (re) [-0-9:.TWZ+]+ \[INFO] turbo: skipping turbod since we appear to be in a non-interactive context (re) [-0-9:.TWZ+]+ \[DEBUG] turbo: global hash env vars: vars=\["VERCEL_ANALYTICS_ID"] (re) [-0-9:.TWZ+]+ \[DEBUG] turbo: global hash: value=430b3790556340cb (re) @@ -68,6 +69,7 @@ Verbosity level 2 [-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::shim: No local turbo binary found at: .+node_modules/\.bin/turbo (re) [-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::shim: Running command as global turbo (re) [-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::cli: pkg_inference_root set to "" (re) + [-0-9:.TWZ+]+ \[DEBUG] turbo: Found go binary at "[\-\w\/]+" (re) [-0-9:.TWZ+]+ \[INFO] turbo: skipping turbod since we appear to be in a non-interactive context (re) [-0-9:.TWZ+]+ \[DEBUG] turbo: global hash env vars: vars=\["VERCEL_ANALYTICS_ID"] (re) [-0-9:.TWZ+]+ \[DEBUG] turbo: global hash: value=430b3790556340cb (re)