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

Unified Diff: test/run/runs_named_app_in_dependency_test.dart

Issue 1277633004: Auto-run "pub get" more for "pub run". (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
« no previous file with comments | « test/run/runs_app_in_entrypoint_test.dart ('k') | test/run/runs_named_app_in_dev_dependency_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/runs_named_app_in_dependency_test.dart
diff --git a/test/run/runs_named_app_in_dependency_test.dart b/test/run/runs_named_app_in_dependency_test.dart
index f1b9cbc49e918f4cc8b314bf7901af806f02a74e..0b3d26556faa73d747e099b03d6d8915d154c157 100644
--- a/test/run/runs_named_app_in_dependency_test.dart
+++ b/test/run/runs_named_app_in_dependency_test.dart
@@ -20,9 +20,7 @@ main() {
})
]).create();
- pubGet();
-
- var pub = pubRun(args: ["foo:bar"]);
+ var pub = pubRun(args: ["foo:bar"], shouldGetFirst: true);
pub.stdout.expect("foobar");
pub.shouldExit();
});
« no previous file with comments | « test/run/runs_app_in_entrypoint_test.dart ('k') | test/run/runs_named_app_in_dev_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698