forked from firka/flutter
Update flutter_tools README.md to document need for FLUTTER_ROOT (#66854)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user