create: specify homebrew-core test requirements.

As requested in https://github.com/Homebrew/homebrew-core/pull/14419.
This commit is contained in:
Mike McQuaid 2017-06-10 20:27:44 +03:00
parent f3970b52b6
commit 5d8b96a0c7

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