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

Unified Diff: test/get/git/different_repo_name_test.dart

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Revise again. Created 4 years, 3 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/get/git/different_repo_name_test.dart
diff --git a/test/get/git/different_repo_name_test.dart b/test/get/git/different_repo_name_test.dart
index 14afbe5c9aec9d26dedf7f23fd7a5813081a169e..08a676d222998ea360b65ae9da545be1b80a4591 100644
--- a/test/get/git/different_repo_name_test.dart
+++ b/test/get/git/different_repo_name_test.dart
@@ -21,7 +21,9 @@ main() {
})
]).create();
- pubGet();
+ // TODO(rnystrom): Remove "--packages-dir" and validate using the
+ // ".packages" file instead of looking in the "packages" directory.
+ pubGet(args: ["--packages-dir"]);
d.dir(packagesPath, [
d.dir('weirdname', [
« no previous file with comments | « test/get/git/check_out_with_trailing_slash_test.dart ('k') | test/get/git/doesnt_fetch_if_nothing_changes_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698