eventql: brew style --fix
This commit is contained in:
parent
6889408d2c
commit
4f330b5e6a
1 changed files with 7 additions and 9 deletions
|
@ -30,15 +30,13 @@ class Eventql < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
begin
|
||||
pid = fork do
|
||||
exec bin/"evqld", "--standalone", "--datadir", testpath
|
||||
end
|
||||
sleep 1
|
||||
system bin/"evql", "--database", "test", "-e", "SELECT 42;"
|
||||
ensure
|
||||
Process.kill "SIGTERM", pid
|
||||
Process.wait pid
|
||||
pid = fork do
|
||||
exec bin/"evqld", "--standalone", "--datadir", testpath
|
||||
end
|
||||
sleep 1
|
||||
system bin/"evql", "--database", "test", "-e", "SELECT 42;"
|
||||
ensure
|
||||
Process.kill "SIGTERM", pid
|
||||
Process.wait pid
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue