Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/optional/capi/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ def compile_extension_jruby_truffle(name)
end

system "#{RbConfig::CONFIG['bindir']}/../tool/jt.rb", 'cextc', extension_path
raise "Compilation of #{extension_path} failed" unless $?.success?
raise "Compilation of #{extension_path} failed: #{$?}" unless $?.success?

output_file
ensure

0 comments on commit 3829356

Please sign in to comment.