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

Unified Diff: third_party/pkg/angular/run-test.sh

Issue 180873006: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review feedback Created 6 years, 10 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
« no previous file with comments | « third_party/pkg/angular/pubspec.yaml ('k') | third_party/pkg/angular/scripts/analyze.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/run-test.sh
diff --git a/third_party/pkg/angular/run-test.sh b/third_party/pkg/angular/run-test.sh
index d8c4370db7e5ceb0ed437e15606ab88c659b2b96..e216558138a417480396706cf270d051c2a7da61 100755
--- a/third_party/pkg/angular/run-test.sh
+++ b/third_party/pkg/angular/run-test.sh
@@ -2,6 +2,8 @@
set -e
+export DART_SDK=`which dart | sed -e 's/\/dart\-sdk\/.*$/\/dart-sdk/'`
+
# OS-specific Dartium path defaults
case $( uname -s ) in
Darwin)
@@ -39,5 +41,5 @@ scripts/test-expression-extractor.sh
node_modules/jasmine-node/bin/jasmine-node playback_middleware/spec/ &&
node "node_modules/karma/bin/karma" start karma.conf \
--reporters=junit,dots --port=8765 --runner-port=8766 \
- --browsers=ChromeCanary,Chrome --single-run --no-colors --no-color
+ --browsers=ChromeCanary,Chrome --single-run --no-colors
« no previous file with comments | « third_party/pkg/angular/pubspec.yaml ('k') | third_party/pkg/angular/scripts/analyze.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698