diff options
| author | Mike McQuaid | 2017-06-12 09:09:08 +0100 |
|---|---|---|
| committer | GitHub | 2017-06-12 09:09:08 +0100 |
| commit | e4c91270f21075ba17352fdf84704f1e5475aeb7 (patch) | |
| tree | 7cb574c00740a94c17a9daf087ff84521f3d8b43 /Library/Homebrew | |
| parent | f3970b52b6827176838cceead370a50e0cbb6cbf (diff) | |
| parent | 5d8b96a0c7094dd62d1e8fe9393ada82c48c04e4 (diff) | |
| download | brew-e4c91270f21075ba17352fdf84704f1e5475aeb7.tar.bz2 | |
Merge pull request #2770 from MikeMcQuaid/create-template
create: specify homebrew-core test requirements.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/dev-cmd/create.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/dev-cmd/create.rb b/Library/Homebrew/dev-cmd/create.rb index 908f65f8f..408fcadfc 100644 --- a/Library/Homebrew/dev-cmd/create.rb +++ b/Library/Homebrew/dev-cmd/create.rb @@ -226,9 +226,9 @@ class FormulaCreator test do # `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 - # "false" with the main program this formula installs, but it'd be nice if you - # were more thorough. Run the test with `brew test #{name}`. Options passed + # This test will fail and we won't accept that! For Homebrew/homebrew-core + # this will need to be a test that verifies the functionality of the + # software. Run the test with `brew test #{name}`. Options passed # 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 |
