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

Unified Diff: test/get/git/check_out_with_trailing_slash_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/check_out_with_trailing_slash_test.dart
diff --git a/test/get/git/check_out_with_trailing_slash_test.dart b/test/get/git/check_out_with_trailing_slash_test.dart
index 34b3d6ff0873a674a3fb2ff64288182777bd3a6c..06b80d1337c985c3146937f6e6623093e2aa639d 100644
--- a/test/get/git/check_out_with_trailing_slash_test.dart
+++ b/test/get/git/check_out_with_trailing_slash_test.dart
@@ -19,7 +19,9 @@ main() {
d.appDir({"foo": {"git": "../foo.git/"}}).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(cachePath, [
d.dir('git', [
« no previous file with comments | « test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart ('k') | test/get/git/different_repo_name_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698