aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2016-06-26 23:00:10 -0700
committerTim D. Smith2016-06-29 09:00:46 -0700
commitbe3d33ea364c735ef36ef2e77ea8915c99daef4a (patch)
treeefe9ae53ba0c12406e12c56cddef4e30baed66ab /Library
parent3c5f007bfa1a469ef3e1a048ee163f3eaa73cb71 (diff)
downloadbrew-be3d33ea364c735ef36ef2e77ea8915c99daef4a.tar.bz2
Document command line options for brew tests
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/tests.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/tests.rb b/Library/Homebrew/cmd/tests.rb
index 5310cf186..58e90cec7 100644
--- a/Library/Homebrew/cmd/tests.rb
+++ b/Library/Homebrew/cmd/tests.rb
@@ -1,3 +1,6 @@
+#: * `tests` [`-v`] [`--coverage`] [`--generic`] [`--no-compat`] [`--only=`<test_script/test_method>] [`--seed` <seed>] [`--trace`]:
+#: Run Homebrew's unit and integration tests.
+
require "fileutils"
module Homebrew