apache-geode: brew style --fix
This commit is contained in:
parent
dca056891e
commit
e93ee7081a
1 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue