summaryrefslogtreecommitdiff
path: root/tool/lib/core_assertions.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-01-04 21:02:10 +0900
committerHiroshi SHIBATA <[email protected]>2023-01-05 08:06:49 +0900
commit1f2fef1f9ac03fb01a3150f953e2194e58e437ea ()
treedef62d6a05c5b644f8669caf9fce75383b095df9 /tool/lib/core_assertions.rb
parent837ef8911c638c3e2bdb6af710de7c1fac7b5f90 (diff)
[ruby/openssl] Stop AutoRunner with test-unit
https://.com/ruby/openssl/commit/0d4cd8b9ca
-rw-r--r--tool/lib/core_assertions.rb1
1 files changed, 1 insertions, 0 deletions
@@ -249,6 +249,7 @@ module Test
out.puts "#{token}<error>", [Marshal.dump($!)].pack('m'), "#{token}</error>", "#{token}assertions=#{self._assertions}"
}
Test::Unit::Runner.class_variable_set(:@@stop_auto_run, true) if defined?(Test::Unit::Runner)
end
def assert_separately(args, file = nil, line = nil, src, ignore_stderr: nil, **opt)