Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: pkg/polymer/test/run.sh

Issue 23876012: Fix polymer build steps so we don't trust existing packages symlinks or folders. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 $*"
Jennifer Messerly 2013/09/12 02:45:03 Nice. My original idea was that DRT approx equal t
Siggi Cherem (dart-lang) 2013/09/12 16:53:14 :)
CMD="xvfb-run ./tools/test.py $CONFIG $SUITES"
echo "*** $CMD"
« pkg/polymer/lib/src/barback_runner.dart ('K') | « pkg/polymer/lib/src/barback_runner.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698