run=(flag)
If set to false Test::Unit will not automatically run at exit.
# File lib/test/unit.rb, line 265 def self.run=(flag) @run = flag end