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

Side by Side Diff: third_party/pkg/angular/scripts/travis/build.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 set -e 3 set -evx
4 . ./scripts/env.sh 4 . ./scripts/env.sh
5 5
6 # run io tests
7 dart -c test/io/all.dart
8
6 ./scripts/generate-expressions.sh 9 ./scripts/generate-expressions.sh
7 ./scripts/analyze.sh 10 ./scripts/analyze.sh
8 11
9 ./node_modules/jasmine-node/bin/jasmine-node ./scripts/changelog/ 12 ./node_modules/jasmine-node/bin/jasmine-node ./scripts/changelog/
10 13
11 ./node_modules/jasmine-node/bin/jasmine-node playback_middleware/spec/ && 14 ./node_modules/jasmine-node/bin/jasmine-node playback_middleware/spec/ &&
12 node "node_modules/karma/bin/karma" start karma.conf \ 15 node "node_modules/karma/bin/karma" start karma.conf \
13 --reporters=junit,dots --port=8765 --runner-port=8766 \ 16 --reporters=junit,dots --port=8765 --runner-port=8766 \
14 --browsers=Dartium,ChromeNoSandbox --single-run --no-colors --no-color 17 --browsers=Dartium,ChromeNoSandbox --single-run --no-colors
15 18
16 ./scripts/generate-documentation.sh 19 ./scripts/generate-documentation.sh
17 20
OLDNEW
« no previous file with comments | « third_party/pkg/angular/scripts/karma/snapshot.sh ('k') | third_party/pkg/angular/test/_specs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698