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

Unified Diff: third_party/pkg/update_di.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/route_hierarchical/test/url_template_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/update_di.sh
diff --git a/third_party/pkg/update_di.sh b/third_party/pkg/update_di.sh
index 7d8682975fc73a52baa3eac0a0fdaf5182a7100c..64b5a22af277d5789e636ceddfec61ca92df90bb 100755
--- a/third_party/pkg/update_di.sh
+++ b/third_party/pkg/update_di.sh
@@ -23,5 +23,9 @@ $DART_SDK/bin/dart \
test/type_factories_gen.dart \
packages/
+# Use tput to set console to red & go back to black.
+echo "$(tput setaf 1)di/test/type_factories_gen.dart regenerated, \
+requires manual fixup of imports.$(tput sgr0)"
+
echo "*** Cleaning up packages"
rm -rf packages
« no previous file with comments | « third_party/pkg/route_hierarchical/test/url_template_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698