Skip to content

Commit 35a7d1e

Browse files
committed
fix
1 parent dced941 commit 35a7d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/lib/test/unit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ def setup_options(opts, options)
14631463
# undefined symbol: ruby_abi_version - ruby_abi_version (LoadError)
14641464
# ```
14651465
#
1466-
return true
1466+
next
14671467
end
14681468
options[:launchable_test_reports] = writer = Launchable::JsonStreamWriter.new(path)
14691469
writer.write_array('testCases')

0 commit comments

Comments
 (0)