File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -191,12 +191,14 @@ opts.each do |opt, arg|
191191 end
192192end
193193
194- manifests = %w( expand compact flatten frame fromRdf remote-doc toRdf )
194+ manifests = %w( expand compact flatten fromRdf remote-doc toRdf ) . map do |man |
195+ "#{ Fixtures ::SuiteTest ::SUITE } #{ man } -manifest.jsonld"
196+ end + [ "#{ Fixtures ::SuiteTest ::FRAME_SUITE } frame-manifest.jsonld" ]
195197
196198earl_preamble ( options ) if options [ :earl ]
197199
198200manifests . each do |man |
199- Fixtures ::SuiteTest ::Manifest . open ( " #{ Fixtures :: SuiteTest :: SUITE } #{ man } -manifest.jsonld" ) do |m |
201+ Fixtures ::SuiteTest ::Manifest . open ( man ) do |m |
200202 m . entries . each do |tc |
201203 next unless ARGV . empty? || ARGV . any? { |n | tc . property ( '@id' ) . match ( /#{ n } / ) || tc . property ( 'input' ) . match ( /#{ n } / ) }
202204 run_tc ( man , tc , options )
You can’t perform that action at this time.
0 commit comments