| Index: pkg/dev_compiler/tool/analyze.sh
|
| diff --git a/pkg/dev_compiler/tool/analyze.sh b/pkg/dev_compiler/tool/analyze.sh
|
| index cd457fca0e1e3bad03ac67c058a26b5cba090dd8..7786289237fd4e790f88d7601b93c5678560ccae 100755
|
| --- a/pkg/dev_compiler/tool/analyze.sh
|
| +++ b/pkg/dev_compiler/tool/analyze.sh
|
| @@ -15,6 +15,6 @@ function fail {
|
| # TODO(jmesserly): ideally we could do test/all_tests.dart, but
|
| # dart_runtime_test.dart creates invalid generic type instantiation AA.
|
| echo "Running dartanalyzer to check for errors/warnings..."
|
| -dartanalyzer --strong --package-warnings \
|
| +dart ../analyzer_cli/bin/analyzer.dart --strong --package-warnings \
|
| bin/dartdevc.dart web/main.dart \
|
| | grep -v "\[info\]" | grep -v "\[hint\]" | (! grep $PWD) || fail
|
|
|