diff --git a/turborepo-tests/integration/tests/_fixtures/ordered/packages/util/package.json b/turborepo-tests/integration/tests/_fixtures/ordered/packages/util/package.json index eefe66a63f939..6cb47056d6bb2 100644 --- a/turborepo-tests/integration/tests/_fixtures/ordered/packages/util/package.json +++ b/turborepo-tests/integration/tests/_fixtures/ordered/packages/util/package.json @@ -2,6 +2,6 @@ "name": "util", "scripts": { "build": "sleep 0.5 && echo building && sleep 1 && echo completed", - "fail": "echo 'failing'; exit 1" + "fail": "echo failing; exit 1" } } diff --git a/turborepo-tests/integration/tests/ordered/github.t b/turborepo-tests/integration/tests/ordered/github.t index a80e2e47246b2..f8aa7a406a8f2 100644 --- a/turborepo-tests/integration/tests/ordered/github.t +++ b/turborepo-tests/integration/tests/ordered/github.t @@ -19,7 +19,7 @@ because otherwise prysk interprets them as multiline commands done ::endgroup:: ::group::util:build - cache bypass, force executing cfe3eddf195f551d + cache bypass, force executing ff1050c513839636 >\sbuild (re) \>\ssleep 0.5 && echo building && sleep 1 && echo completed (re) @@ -38,7 +38,7 @@ because otherwise prysk interprets them as multiline commands \xe2\x80\xa2 Running build in 1 packages (esc) \xe2\x80\xa2 Remote caching disabled (esc) ::group::util:build - util:build: cache bypass, force executing cfe3eddf195f551d + util:build: cache bypass, force executing ff1050c513839636 util:build: util:build: > build util:build: > sleep 0.5 && echo building && sleep 1 && echo completed @@ -58,10 +58,10 @@ Verify that errors are grouped properly \xe2\x80\xa2 Running fail in 2 packages (esc) \xe2\x80\xa2 Remote caching disabled (esc) ::group::util:fail - cache miss, executing 35b693e4fd63546f + cache miss, executing 122cca10fdcda4f0 \> fail (re) - \> echo 'failing'; exit 1 (re) + \> echo failing; exit 1 (re) failing npm ERR! Lifecycle script `fail` failed with error: