mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Bugfix: * Use the `pub` from within the built Dart SDK (not whatever's on `$PATH`, if anything). A few minor improvements: * Allow running from below the src/ buildroot dir, as it's often convenient to work from within the flutter/engine git dir. * Echo test name before running, for slightly better debuggability. * Minor line-wrapping for readability.