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

Unified Diff: test/pub_test.dart

Issue 1267853002: Add verbosity levels for warnings and errors. (Closed) Base URL: https://github.com/dart-lang/pub.git@master
Patch Set: Created 5 years, 5 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 | « lib/src/log.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/pub_test.dart
diff --git a/test/pub_test.dart b/test/pub_test.dart
index 8fbee8aa3282feb60f0d0e58fc31c39e35faa47d..c3259eafa1ac5f962d106dbe82207a362c0a05fc 100644
--- a/test/pub_test.dart
+++ b/test/pub_test.dart
@@ -23,9 +23,11 @@ main() {
--verbosity Control output verbosity.
[all] Show all output including internal tracing messages.
+ [error] Show only errors.
[io] Also show IO operations.
[normal] Show errors, warnings, and user messages.
[solver] Show steps during version resolution.
+ [warning] Show only errors and warnings.
-v, --verbose Shortcut for "--verbosity=all".
--[no-]package-symlinks Generate packages/ directories when installing packages.
« no previous file with comments | « lib/src/log.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698