| Index: third_party/pkg/angular/run-test.sh
|
| ===================================================================
|
| --- third_party/pkg/angular/run-test.sh (revision 33054)
|
| +++ third_party/pkg/angular/run-test.sh (working copy)
|
| @@ -2,8 +2,6 @@
|
|
|
| set -e
|
|
|
| -export DART_SDK=`which dart | sed -e 's/\/dart\-sdk\/.*$/\/dart-sdk/'`
|
| -
|
| # OS-specific Dartium path defaults
|
| case $( uname -s ) in
|
| Darwin)
|
| @@ -41,5 +39,5 @@
|
| 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
|
| + --browsers=ChromeCanary,Chrome --single-run --no-colors --no-color
|
|
|
|
|