From 21caa8db330119f37647c694e560f850444da40d Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Mon, 28 Sep 2020 14:36:09 -0700 Subject: [PATCH] Update flutter_tools README.md to document need for FLUTTER_ROOT (#66854) --- packages/flutter_tools/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/flutter_tools/README.md b/packages/flutter_tools/README.md index bd644ff1af..7bd4deabef 100644 --- a/packages/flutter_tools/README.md +++ b/packages/flutter_tools/README.md @@ -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