| Index: pkg/polymer/test/run.sh
|
| diff --git a/pkg/polymer/test/run.sh b/pkg/polymer/test/run.sh
|
| index 235b6b43db4710aeecc0cc923e9faaddb1200d4e..6f0640f0f04c462fbc47c313cf822c77879a5c28 100755
|
| --- a/pkg/polymer/test/run.sh
|
| +++ b/pkg/polymer/test/run.sh
|
| @@ -70,7 +70,10 @@ function compare {
|
| }
|
|
|
| if [[ ($TEST_PATTERN == "") ]]; then
|
| - echo Analyzing compiler for warnings or type errors
|
| + echo Analyzing analyzer for warnings or type errors
|
| + $dartanalyzer --hints --fatal-warnings --fatal-type-errors lib/dwc.dart
|
| +
|
| + echo Analyzing deploy-compiler for warnings or type errors
|
| $dartanalyzer --hints --fatal-warnings --fatal-type-errors lib/deploy.dart
|
|
|
| echo -e "\nAnalyzing runtime for warnings or type errors"
|
|
|