Update gst-python.rb

This commit is contained in:
hyunkim 2015-04-24 22:24:51 +09:00 committed by Mike McQuaid
parent c46520a6db
commit ea9aaf87d4

View file

@ -17,6 +17,6 @@ class GstPython < Formula
system "make", "install"
end
test do
system "gst-inspect-1.0 python"
system "gst-inspect-1.0", "python"
end
end