Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/pom.rb
Original file line number Diff line number Diff line change
@@ -182,6 +182,8 @@ def truffle_spec_config(spec_type, generate_report)
filename = "#{line.chomp}.rb" unless File.exist? File.join(basedir, filename)
next if filename =~ /mri\/psych\//
next if filename =~ /mri\/net\/http\//
# to much assumptions about executed from root directory, etc
next if filename =~ /jruby\/test_load_compiled_ruby_class_from_classpath.rb/
next unless File.exist? File.join(basedir, filename)
files << "<arg value='test/#{filename}'/>"
end

0 comments on commit 7fb249c

Please sign in to comment.