Merge pull request #2770 from MikeMcQuaid/create-template
create: specify homebrew-core test requirements.
This commit is contained in:
commit
e4c91270f2
@ -226,9 +226,9 @@ class FormulaCreator
|
|||||||
test do
|
test do
|
||||||
# `test do` will create, run in and delete a temporary directory.
|
# `test do` will create, run in and delete a temporary directory.
|
||||||
#
|
#
|
||||||
# This test will fail and we won't accept that! It's enough to just replace
|
# This test will fail and we won't accept that! For Homebrew/homebrew-core
|
||||||
# "false" with the main program this formula installs, but it'd be nice if you
|
# this will need to be a test that verifies the functionality of the
|
||||||
# were more thorough. Run the test with `brew test #{name}`. Options passed
|
# software. Run the test with `brew test #{name}`. Options passed
|
||||||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`.
|
# to `brew install` such as `--HEAD` also need to be provided to `brew test`.
|
||||||
#
|
#
|
||||||
# The installed folder is not in the path, so use the entire path to any
|
# The installed folder is not in the path, so use the entire path to any
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user