apache-drill: use new java_cache env
This commit is contained in:
parent
f86ad73b6c
commit
c7574eba86
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ class ApacheDrill < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV["_JAVA_OPTIONS"] = "-Duser.home=#{testpath}"
|
||||
ENV.java_cache
|
||||
|
||||
pipe_output("#{bin}/sqlline -u jdbc:drill:zk=local", "!tables", 0)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue