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

Unified Diff: test/run/nonexistent_script_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/nonexistent_dependency_test.dart ('k') | test/run/passes_along_arguments_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/nonexistent_script_test.dart
diff --git a/test/run/nonexistent_script_test.dart b/test/run/nonexistent_script_test.dart
index 12348914b2cb86805d31397df88293dffc7f0a2a..060447f37e23cc3e029b1900e4b4f342ad32c832 100644
--- a/test/run/nonexistent_script_test.dart
+++ b/test/run/nonexistent_script_test.dart
@@ -14,6 +14,7 @@ main() {
d.appPubspec()
]).create();
+ pubGet();
var pub = pubRun(args: [p.join("bin", "script")]);
pub.stderr.expect("Could not find ${p.join("bin", "script.dart")}.");
pub.shouldExit(exit_codes.NO_INPUT);
« no previous file with comments | « test/run/nonexistent_dependency_test.dart ('k') | test/run/passes_along_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698