Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created July 17, 2016 12:37
Show Gist options
  • Save ilovezfs/a3d6b4f2ef840e1a009431f10467092a to your computer and use it in GitHub Desktop.
Save ilovezfs/a3d6b4f2ef840e1a009431f10467092a to your computer and use it in GitHub Desktop.
iMac-TMP:~ joe$ brew test -v git-test -d
/usr/local/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/git-test.rb
Testing git-test
==> Using the sandbox
/usr/bin/sandbox-exec -f /tmp/homebrew20160717-16339-pm96y6.sb /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -W0 -I /usr/local/Library/Homebrew -- /usr/local/Library/Homebrew/test.rb /usr/local/Library/Taps/homebrew/homebrew-core/Formula/git-test.rb -v -d --HEAD
/usr/local/Library/Homebrew/test.rb (Formulary::FromPathLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/git-test.rb
==> git init
Initialized empty Git repository in /private/tmp/git-test-test-20160717-16340-1le94eb/.git/
==> git add test.sh
==> git commit -m initial commit
[master (root-commit) ae14608] initial commit
Committer: joe <joe@iMac-TMP.local>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:
git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 399 insertions(+)
create mode 100755 test.sh
==> /usr/local/Cellar/git-test/HEAD-6fb40ef/bin/git-test -v HEAD --verify='./test.sh'
HEAD will test 1 commits
--
--
0000 | ae14608 | 921ab32 | fail
/usr/local/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: /usr/local/Cellar/git-test/HEAD-6fb40ef/bin/git-test -v HEAD --verify='./test.sh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment