tee-clc: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:21 -05:00
parent 0ae598a2b7
commit aba3a19a3e

View file

@ -22,8 +22,7 @@ class TeeClc < Formula
share.install 'help'
end
def test
system "mvn", "test" unless build.stable?
test do
system "#{bin}/tf"
end
end