Unverified Commit 9bc048cb authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Update documentation on how to test flutter_tools (#14567)

parent 90ddb237
...@@ -144,7 +144,7 @@ flutter shell. To run the tests, ensure that no devices are connected, ...@@ -144,7 +144,7 @@ flutter shell. To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute: then navigate to `flutter_tools` and execute:
```shell ```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. The pre-built flutter tool runs in release mode with the observatory off by default.
...@@ -286,7 +286,7 @@ few steps: ...@@ -286,7 +286,7 @@ few steps:
see the new dependency. As part of landing this change, you should make 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 whatever other changes are needed in this repository to account for your
breaking change. breaking change.
API docs for master branch API docs for master branch
-------------------------- --------------------------
......
...@@ -6,5 +6,5 @@ To run the tests, ensure that no devices are connected, ...@@ -6,5 +6,5 @@ To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute: then navigate to `flutter_tools` and execute:
```shell ```shell
../../bin/cache/dart-sdk/bin/pub run test ../../bin/cache/dart-sdk/bin/pub run test -j1
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment