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

Unified Diff: test/run/runs_the_script_in_unchecked_mode_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/runs_the_script_in_checked_mode_test.dart ('k') | test/serve/404_page_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/runs_the_script_in_unchecked_mode_test.dart
diff --git a/test/run/runs_the_script_in_unchecked_mode_test.dart b/test/run/runs_the_script_in_unchecked_mode_test.dart
index cdb2e52a3662e4a8187c315fad261559833a7172..7832f5d9060486e677699259c7eac1b2318fb2a9 100644
--- a/test/run/runs_the_script_in_unchecked_mode_test.dart
+++ b/test/run/runs_the_script_in_unchecked_mode_test.dart
@@ -23,6 +23,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["run", "bin/script"], output: contains("no checks"));
});
}
« no previous file with comments | « test/run/runs_the_script_in_checked_mode_test.dart ('k') | test/serve/404_page_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698