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

Unified Diff: test/run/app_can_read_from_stdin_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/allows_dart_extension_test.dart ('k') | test/run/forwards_signal_posix_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/app_can_read_from_stdin_test.dart
diff --git a/test/run/app_can_read_from_stdin_test.dart b/test/run/app_can_read_from_stdin_test.dart
index e1e728b36f9759b2e3e65bc518942c13c1e51d08..737568c937af264f963d4609113cb69be410640a 100644
--- a/test/run/app_can_read_from_stdin_test.dart
+++ b/test/run/app_can_read_from_stdin_test.dart
@@ -27,7 +27,7 @@ main() {
])
]).create();
- var pub = pubRun(args: ["bin/script"]);
+ var pub = pubRun(args: ["bin/script"], shouldGetFirst: true);
pub.stdout.expect("started");
pub.writeLine("first");
« no previous file with comments | « test/run/allows_dart_extension_test.dart ('k') | test/run/forwards_signal_posix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698