Skip to content

Commit

Permalink
Ignore Ruby/GStreamer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 28, 2013
1 parent 91f81ac commit 344ac5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ def separator
targets << dir
end

ignored_modules = ["gstreamer"]

succeeded = true
targets.each do |target|
next if ignored_modules.include?(target.basename.to_s)
Dir.chdir(target.to_s) do
puts "#{Time.now} running test for #{target}"
puts separator
Expand Down

0 comments on commit 344ac5d

Please sign in to comment.