Skip to content

Commit

Permalink
kettle: use new java_cache env
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Dec 18, 2015
1 parent 6521e73 commit a38b27a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/kettle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def plist; <<-EOS.undent
end

test do
ENV["_JAVA_OPTIONS"] = "-Duser.home=#{testpath}"
ENV.java_cache

system "#{bin}/pdipan", "-file=#{libexec}/samples/transformations/Encrypt\ Password.ktr", "-level=RowLevel"
end
end

0 comments on commit a38b27a

Please sign in to comment.