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

Unified Diff: test/serve/does_not_serve_dart_in_release_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
Index: test/serve/does_not_serve_dart_in_release_test.dart
diff --git a/test/serve/does_not_serve_dart_in_release_test.dart b/test/serve/does_not_serve_dart_in_release_test.dart
index 067bfdce30c85b22dee03f47ea90d94594bc5c6c..0f923988963dda2132cba6c991d15b2550deea5e 100644
--- a/test/serve/does_not_serve_dart_in_release_test.dart
+++ b/test/serve/does_not_serve_dart_in_release_test.dart
@@ -41,7 +41,8 @@ main() {
])
]).create();
- pubServe(shouldGetFirst: true, args: ["--mode", "release"]);
+ pubGet();
+ pubServe(args: ["--mode", "release"]);
requestShould404("file.dart");
requestShould404("packages/myapp/lib.dart");
requestShould404("packages/foo/foo.dart");
« no previous file with comments | « test/serve/does_not_get_first_if_locked_version_matches_test.dart ('k') | test/serve/does_not_serve_hidden_assets_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698