apache-drill: use new java_cache env

This commit is contained in:
Dominyk Tiller 2015-12-18 23:37:19 +00:00
parent f86ad73b6c
commit c7574eba86

View file

@ -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