Update flutter_tools README.md to document need for FLUTTER_ROOT (#66854)

This commit is contained in:
Jonah Williams
2020-09-28 14:36:09 -07:00
committed by GitHub
parent 2d37e086ca
commit 21caa8db33

View File

@@ -79,7 +79,8 @@ $ ../../bin/dart pub run test
```
The tests in `test/integration.shard` are slower to run than the tests in
`test/general.shard`. To run only the tests in `test/general.shard`, in this
`test/general.shard`. They also require the `FLUTTER_ROOT` environment variable
to be set and pointing to the root of the Flutter SDK. To run only the tests in `test/general.shard`, in this
directory run:
```shell
$ ../../bin/dart pub run test test/general.shard