Commit d8fe7a85 authored by Yegor's avatar Yegor

[tools] analyze the output of `flutter create --with-driver-test` (#3426)

Fixes https://github.com/flutter/flutter/issues/3149
parent c7e2e8ae
......@@ -24,3 +24,6 @@ flutter analyze --flutter-repo --no-current-directory --no-current-package --con
(cd examples/layers; flutter test)
(cd examples/material_gallery; flutter test)
(cd examples/stocks; flutter test)
CREATE_TEST_DIR=`mktemp -d`
(cd $CREATE_TEST_DIR && flutter create --with-driver-test create_test && cd create_test && flutter analyze)
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