Unverified Commit 21caa8db authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

parent 2d37e086
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment