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

Unified Diff: test/build/copies_non_dart_files_to_build_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes 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
« no previous file with comments | « test/build/cleans_entire_build_directory_test.dart ('k') | test/build/handles_long_paths_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/build/copies_non_dart_files_to_build_test.dart
diff --git a/test/build/copies_non_dart_files_to_build_test.dart b/test/build/copies_non_dart_files_to_build_test.dart
index 173dc79168d0d3ef026b08e9eba96c974d844d19..3b7b2c2cf1c68a4121a8a9459b856694cba2151f 100644
--- a/test/build/copies_non_dart_files_to_build_test.dart
+++ b/test/build/copies_non_dart_files_to_build_test.dart
@@ -21,6 +21,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build"],
output: new RegExp(r'Built 2 files to "build".'));
« no previous file with comments | « test/build/cleans_entire_build_directory_test.dart ('k') | test/build/handles_long_paths_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698