Skip to content

Commit d2f0887

Browse files
authored
Revert "test: Stream logs from lerna when running tests for all packages (#548)" (#551)
This reverts commit de35b16.
1 parent 635af8f commit d2f0887

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"posttest": "npm run clear-mlaunch",
2828
"posttest-ci": "npm run clear-mlaunch -- --killAllMongod",
2929
"posttest-e2e-ci": "npm run clear-mlaunch -- --killAllMongod",
30-
"test": "rimraf .nyc_output && lerna exec --stream -- nyc --no-clean --cwd ../.. --reporter=none npm run test && npm run report-coverage",
31-
"test-ci": "rimraf .nyc_output && lerna exec --stream -- nyc --no-clean --cwd ../.. --reporter=none npm run test-ci && npm run report-coverage",
32-
"test-ci-nocoverage": "lerna exec --stream -- npm run test-ci",
30+
"test": "rimraf .nyc_output && lerna exec -- nyc --no-clean --cwd ../.. --reporter=none npm run test && npm run report-coverage",
31+
"test-ci": "rimraf .nyc_output && lerna exec -- nyc --no-clean --cwd ../.. --reporter=none npm run test-ci && npm run report-coverage",
32+
"test-ci-nocoverage": "lerna exec -- npm run test-ci",
3333
"test-e2e": "lerna run --stream test-e2e",
3434
"test-e2e-ci": "lerna run --stream test-e2e-ci",
3535
"test-connectivity": "lerna run --stream test-connectivity",

0 commit comments

Comments
 (0)