From bd0533448718bbf323e58070fc711d662c54b855 Mon Sep 17 00:00:00 2001 From: Dave Cottlehuber Date: Mon, 2 Jun 2014 22:30:22 +0200 Subject: test: improve docs for when using HEAD or similar flags Closes Homebrew/homebrew#29791. Signed-off-by: Adam Vandenberg --- Library/Homebrew/cmd/create.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index 04ebe5d2e..84697b830 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -165,7 +165,8 @@ class FormulaCreator # # 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}`. + # were more thorough. 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 # executables being tested: `system "\#{bin}/program", "do", "something"`. -- cgit v1.2.3