Chromium Code Reviews

Unified Diff: test/runner/runner_test.dart

Issue 1715583003: Use boolean selector syntax for tags. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/runner/runner_test.dart
diff --git a/test/runner/runner_test.dart b/test/runner/runner_test.dart
index 1268b73a99dbbd2c0359a1d4dceaa0cd47a1404c..9eb92cba6d5bf4b03356839a726f9330d82dd35c 100644
--- a/test/runner/runner_test.dart
+++ b/test/runner/runner_test.dart
@@ -53,7 +53,10 @@ Usage: pub run test:test [files or directories...]
-N, --plain-name A plain-text substring of the name of the test to run.
-t, --tags Run only tests with all of the specified tags.
+ Supports boolean selector syntax.
+
-x, --exclude-tags Don't run tests with any of the specified tags.
+ Supports boolean selector syntax.
======== Running Tests
-p, --platform The platform(s) on which to run the tests.

Powered by Google App Engine