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

Unified Diff: sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart

Issue 335313004: Fix broken pub tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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: sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart b/sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart
index c436ff2467c68d8087badfbc40f90e21f9bc4167..823a37ba83544792e687c8788f604cc7a58f4a0a 100644
--- a/sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart
+++ b/sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart
@@ -23,6 +23,8 @@ main() {
-f, --force Publish without confirmation if there are no errors.
--server The package server to which to upload this package.
(defaults to "https://pub.dartlang.org")
+
+ See http://dartlang.org/tools/pub/cmd/pub-lish.html for detailed documentation.
""",
exitCode: exit_codes.USAGE);
});

Powered by Google App Engine
This is Rietveld 408576698