From b55acb4b16a119638ccffefe0c1e2d73e5ff0d95 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 8 Dec 2015 14:38:03 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7cd9679d63..67924b52bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ Flutter tests use [package:flutter_test](https://github.com/flutter/flutter/tree `flutter test --flutter-repo` is a shortcut for those working on the flutter repository itself which finds and runs all tests inside the flutter repository regardless of the current working directory. -If you've built [your own flutter engine](#working-on-the-engine-and-the-framework-at-the-same-time), you can pass `--engine-src-path` to change what flutter shell `flutter test` uses. +If you've built [your own flutter engine](#working-on-the-engine-and-the-framework-at-the-same-time), you can pass `--debug` or `--release` to change what flutter shell `flutter test` uses. Note: Flutter tests are headless, you won't see any UI. You can use `print` to generate console output or you can interact with the DartVM