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

Unified Diff: test/run/runs_shorthand_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_named_app_in_dev_dependency_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/runs_shorthand_app_in_dependency_test.dart
diff --git a/test/run/runs_shorthand_app_in_dependency_test.dart b/test/run/runs_shorthand_app_in_dependency_test.dart
index da6ccc7c754f8dbfaf4520e5f8225ef5ca6d3502..ea5a45660daeb201fe1d17341d74a24d63db3848 100644
--- a/test/run/runs_shorthand_app_in_dependency_test.dart
+++ b/test/run/runs_shorthand_app_in_dependency_test.dart
@@ -23,9 +23,7 @@ main() {
})
]).create();
- pubGet();
-
- var pub = pubRun(args: ["foo"]);
+ var pub = pubRun(args: ["foo"], shouldGetFirst: true);
pub.stdout.expect("foo");
pub.shouldExit();
});
« no previous file with comments | « test/run/runs_named_app_in_dev_dependency_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698