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

Unified Diff: test/run/forwards_signal_posix_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes 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/app_can_read_from_stdin_test.dart ('k') | test/run/ignores_explicit_dart2js_transformer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/forwards_signal_posix_test.dart
diff --git a/test/run/forwards_signal_posix_test.dart b/test/run/forwards_signal_posix_test.dart
index 2093fb2b2ba0e3bd772b2e958bd93ed6d05eec33..9b594b3eed1ee7638c083f97a6d61880b3466604 100644
--- a/test/run/forwards_signal_posix_test.dart
+++ b/test/run/forwards_signal_posix_test.dart
@@ -41,7 +41,8 @@ main() {
])
]).create();
- var pub = pubRun(args: ["bin/script"], shouldGetFirst: true);
+ pubGet();
+ var pub = pubRun(args: ["bin/script"]);
pub.stdout.expect("ready");
for (var signal in _catchableSignals) {
« no previous file with comments | « test/run/app_can_read_from_stdin_test.dart ('k') | test/run/ignores_explicit_dart2js_transformer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698