Skip to content

Commit 1b0b1b3

Browse files
committed
Docker: add needed flags for specs
1 parent 8ede413 commit 1b0b1b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/docker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def docker(*args)
241241

242242
%w[:command_line :security :language :core :library :capi :library_cext :truffle :truffle_capi].each do |set|
243243
t_config = c.empty? ? '' : '-T' + c
244+
t_config << ' -T--experimental-options -T--pattern-matching'
244245
t_excludes = excludes.map { |e| '--excl-tag ' + e }.join(' ')
245246
lines << "RUN ruby spec/mspec/bin/mspec -t #{ruby_bin}/ruby #{t_config} #{t_excludes} #{set}"
246247
end

0 commit comments

Comments
 (0)