| Index: pkg/polymer/test/run.sh
|
| diff --git a/pkg/polymer/test/run.sh b/pkg/polymer/test/run.sh
|
| index 47a4f982467627217cc657e6145fb91ce3237b5f..7c20556b5471bba54472e34171a2e2ab3ddd2050 100755
|
| --- a/pkg/polymer/test/run.sh
|
| +++ b/pkg/polymer/test/run.sh
|
| @@ -16,7 +16,7 @@ echo "*** Running unit tests for Polymer.dart and its dependencies."
|
|
|
| SUITES="pkg/polymer samples/third_party/todomvc"
|
|
|
| -CONFIG="-m release -r vm,drt,ff -c none,dart2js,dartanalyzer --checked $*"
|
| +CONFIG="-m release -r vm,drt,ff,chrome -c none,dart2js,dartanalyzer --checked $*"
|
|
|
| CMD="xvfb-run ./tools/test.py $CONFIG $SUITES"
|
| echo "*** $CMD"
|
|
|