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

Unified Diff: third_party/pkg/di/run-tests.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/di/pubspec.yaml ('k') | third_party/pkg/di/scripts/env.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/di/run-tests.sh
diff --git a/third_party/pkg/di/run-tests.sh b/third_party/pkg/di/run-tests.sh
index 9af915f4282892ecd03a7488f75a3d743bd9b3a4..2c6896ee12c55a80943f174068971aa49f8ea047 100755
--- a/third_party/pkg/di/run-tests.sh
+++ b/third_party/pkg/di/run-tests.sh
@@ -7,10 +7,11 @@ echo "run type factories generator for tests"
echo "run tests in dart"
dart --checked test/main.dart
+dart --checked test/generator_test.dart
echo "run dart2js on tests"
mkdir -p out
-dart2js -c test/main.dart -o out/main.dart.js
+dart2js --minify -c test/main.dart -o out/main.dart.js
echo "run tests in node"
node out/main.dart.js
« no previous file with comments | « third_party/pkg/di/pubspec.yaml ('k') | third_party/pkg/di/scripts/env.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698