mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update documentation on how to test flutter_tools (#14567)
This commit is contained in:
parent
90ddb2370b
commit
9bc048cb66
@ -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
|
||||
--------------------------
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user