Skip to content
Snippets Groups Projects
Commit 4f3decd5 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew-test-bot: fix fetch options spacing.

parent cf2a8913
No related merge requests found
......@@ -264,10 +264,10 @@ class Test
end
test "brew fetch #{dependencies}" unless dependencies.empty?
formula_fetch_options = ""
formula_fetch_options = " "
formula_fetch_options << " --build-bottle" unless ARGV.include? '--no-bottle'
formula_fetch_options << " --force" if ARGV.include? '--cleanup'
test "brew fetch #{formula_fetch_options} #{formula}"
test "brew fetch#{formula_fetch_options} #{formula}"
test "brew uninstall --force #{formula}" if formula_object.installed?
install_args = '--verbose'
install_args << ' --build-bottle' unless ARGV.include? '--no-bottle'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment