Merge pull request #2770 from MikeMcQuaid/create-template

create: specify homebrew-core test requirements.
This commit is contained in:
Mike McQuaid 2017-06-12 09:09:08 +01:00 committed by GitHub
commit e4c91270f2

View File

@ -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