Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid build option warnings - supersedes #1088 #1217

Merged
merged 5 commits into from
Nov 13, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
MatzFan committed Nov 12, 2016
commit 592905d3dabdda338520ea737e97ea273a127ff2
2 changes: 1 addition & 1 deletion Library/Homebrew/test/test_install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_install

def test_install_with_invalid_option
setup_test_formula "testball1"
assert_match "testball1: --with-fo is invalid for this formula and will be ignored!",
assert_match "testball1: this formula has no --with-fo option so it will be ignored!",
cmd("install", "testball1", "--with-fo")
end
end