Update documentation on how to test flutter_tools (#14567)

This commit is contained in:
Mikkel Nygaard Ravn 2018-02-08 22:15:08 +01:00 committed by GitHub
parent 90ddb2370b
commit 9bc048cb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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
``` ```