From 9bc048cb660825c57721784f5886ba98a77b2883 Mon Sep 17 00:00:00 2001 From: Mikkel Nygaard Ravn Date: Thu, 8 Feb 2018 22:15:08 +0100 Subject: [PATCH] Update documentation on how to test flutter_tools (#14567) --- CONTRIBUTING.md | 4 ++-- packages/flutter_tools/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d07dbb374..494c451df1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -144,7 +144,7 @@ flutter shell. To run the tests, ensure that no devices are connected, then navigate to `flutter_tools` and execute: ```shell -../../bin/cache/dart-sdk/bin/pub run test +../../bin/cache/dart-sdk/bin/pub run test -j1 ``` The pre-built flutter tool runs in release mode with the observatory off by default. @@ -286,7 +286,7 @@ few steps: see the new dependency. As part of landing this change, you should make whatever other changes are needed in this repository to account for your breaking change. - + API docs for master branch -------------------------- diff --git a/packages/flutter_tools/README.md b/packages/flutter_tools/README.md index 3fe19e378d..a216eee97f 100644 --- a/packages/flutter_tools/README.md +++ b/packages/flutter_tools/README.md @@ -6,5 +6,5 @@ To run the tests, ensure that no devices are connected, then navigate to `flutter_tools` and execute: ```shell -../../bin/cache/dart-sdk/bin/pub run test +../../bin/cache/dart-sdk/bin/pub run test -j1 ```