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

Unified Diff: test/build/preserves_htaccess_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 4 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
Index: test/build/preserves_htaccess_test.dart
diff --git a/test/build/preserves_htaccess_test.dart b/test/build/preserves_htaccess_test.dart
index 68cbaa92a39b965fea38475411b3528e693c5416..1014b2ac906b46cdca0a63fad4dea26699424859 100644
--- a/test/build/preserves_htaccess_test.dart
+++ b/test/build/preserves_htaccess_test.dart
@@ -15,6 +15,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build"],
output: new RegExp(r'Built \d+ files? to "build".'));

Powered by Google App Engine
This is Rietveld 408576698