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

Unified Diff: test/run/passes_along_arguments_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
Index: test/run/passes_along_arguments_test.dart
diff --git a/test/run/passes_along_arguments_test.dart b/test/run/passes_along_arguments_test.dart
index 1a0a5d96085bf2463312648c3e33455501f77f73..766cd6a36279dc4b7630d936dc7d700cfc2b86c9 100644
--- a/test/run/passes_along_arguments_test.dart
+++ b/test/run/passes_along_arguments_test.dart
@@ -22,7 +22,8 @@ main() {
// Use some args that would trip up pub's arg parser to ensure that it
// isn't trying to look at them.
- var pub = pubRun(args: ["bin/args", "--verbose", "-m", "--", "help"]);
+ var pub = pubRun(args: ["bin/args", "--verbose", "-m", "--", "help"],
+ shouldGetFirst: true);
pub.stdout.expect("--verbose -m -- help");
pub.shouldExit();
« no previous file with comments | « test/run/loads_package_imports_in_a_dependency_test.dart ('k') | test/run/runs_app_in_directory_in_entrypoint_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698