Update gst-python.rb

This commit is contained in:
Paul 2015-04-24 16:27:15 +09:00 committed by Mike McQuaid
parent dacd649965
commit ae00c6ecc9

View file

@ -18,7 +18,7 @@ class GstPython < Formula
"--prefix=#{prefix}"
system "make", "install"
end
do test
system "gst-inspect-1.0", "-vd", "python"
test do
system "gst-inspect-1.0", "--vd", "python"
end
end