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

Unified Diff: test/run/includes_parent_directories_of_entrypoint_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/includes_parent_directories_of_entrypoint_test.dart
diff --git a/test/run/includes_parent_directories_of_entrypoint_test.dart b/test/run/includes_parent_directories_of_entrypoint_test.dart
index 97a4ed3f55fe1d0de4a7c9a0360c753bd69d0746..29816e8c807da6dd2a00070c81e2dd8352fe57ce 100644
--- a/test/run/includes_parent_directories_of_entrypoint_test.dart
+++ b/test/run/includes_parent_directories_of_entrypoint_test.dart
@@ -31,7 +31,8 @@ main() {
])
]).create();
- var pub = pubRun(args: [path.join("tool", "a", "b", "app")]);
+ var pub = pubRun(args: [path.join("tool", "a", "b", "app")],
+ shouldGetFirst: true);
pub.stdout.expect("a b");
pub.shouldExit();
});
« no previous file with comments | « test/run/ignores_explicit_dart2js_transformer_test.dart ('k') | test/run/loads_package_imports_in_a_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698