We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260d07b commit 9d62931Copy full SHA for 9d62931
tool/docker.rb
@@ -259,7 +259,7 @@ def docker(*args)
259
260
%w[:command_line :security :language :core :tracepoint :library :capi :library_cext :truffle :truffle_capi].each do |set|
261
t_config = c.empty? ? '' : '-T' + c
262
- t_config << ' -T--experimental-options -T--pattern-matching'
+ t_config += ' -T--experimental-options -T--pattern-matching'
263
t_excludes = excludes.map { |e| '--excl-tag ' + e }.join(' ')
264
lines << "RUN ruby spec/mspec/bin/mspec -t #{ruby_bin}/ruby #{t_config} #{t_excludes} #{set}"
265
end
0 commit comments