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

Unified Diff: test/run/runs_app_in_directory_in_entrypoint_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/run/resource_test.dart ('k') | test/run/runs_app_in_entrypoint_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/runs_app_in_directory_in_entrypoint_test.dart
diff --git a/test/run/runs_app_in_directory_in_entrypoint_test.dart b/test/run/runs_app_in_directory_in_entrypoint_test.dart
index ede1c6ac68be85cc3137ee6048f5454f6bc497ad..206208d2a485a79f6df6cd07c2ee4ed3b1c2af41 100644
--- a/test/run/runs_app_in_directory_in_entrypoint_test.dart
+++ b/test/run/runs_app_in_directory_in_entrypoint_test.dart
@@ -19,7 +19,8 @@ main() {
])
]).create();
- var pub = pubRun(args: [path.join("tool", "app")], shouldGetFirst: true);
+ pubGet();
+ var pub = pubRun(args: [path.join("tool", "app")]);
pub.stdout.expect("tool");
pub.shouldExit();
« no previous file with comments | « test/run/resource_test.dart ('k') | test/run/runs_app_in_entrypoint_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698