Update test instructions for flutter_tools (#8126)

flutter_tools testing requires the FLUTTER_TOOLS environment variable to
be set.

* Add note about ensuring that no devices are connected
This commit is contained in:
Chris Bracken
2017-02-13 21:31:53 -08:00
committed by GitHub
parent 5e54fd54d9
commit 948ca22923

View File

@@ -2,7 +2,9 @@
Tools for building Flutter applications.
To run the tests:
To run the tests, ensure that no devices are connected and run:
- pub get
- pub run test
```shell
pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart
```