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

Unified Diff: test/run/allows_dart_extension_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 | « lib/src/entrypoint.dart ('k') | test/run/app_can_read_from_stdin_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/allows_dart_extension_test.dart
diff --git a/test/run/allows_dart_extension_test.dart b/test/run/allows_dart_extension_test.dart
index baa4608aa24dd56a22e32edd1ea85750f91d14c6..c9bec022dc52f928dac18f18750f27cf45dfd256 100644
--- a/test/run/allows_dart_extension_test.dart
+++ b/test/run/allows_dart_extension_test.dart
@@ -24,7 +24,7 @@ main() {
])
]).create();
- var pub = pubRun(args: ["script.dart"]);
+ var pub = pubRun(args: ["script.dart"], shouldGetFirst: true);
pub.stdout.expect("stdout output");
pub.stderr.expect("stderr output");
pub.shouldExit(123);
« no previous file with comments | « lib/src/entrypoint.dart ('k') | test/run/app_can_read_from_stdin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698