apache-geode: brew style --fix

This commit is contained in:
Mike McQuaid 2019-10-15 09:00:27 +01:00
parent dca056891e
commit e93ee7081a
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -18,12 +18,10 @@ class ApacheGeode < Formula
end
test do
begin
flags = "--dir #{testpath} --name=geode_locator_brew_test"
output = shell_output("#{bin}/gfsh start locator #{flags}")
assert_match "Cluster configuration service is up and running", output
ensure
quiet_system "pkill", "-9", "-f", "geode_locator_brew_test"
end
flags = "--dir #{testpath} --name=geode_locator_brew_test"
output = shell_output("#{bin}/gfsh start locator #{flags}")
assert_match "Cluster configuration service is up and running", output
ensure
quiet_system "pkill", "-9", "-f", "geode_locator_brew_test"
end
end