mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
to $LOAD_PATH instead of restoring it verbatim.
* lib/test/unit/autorunner.rb (AutoRunner.run): fixed so that
'ruby -rtest/unit -rtest1 -rtest2 -e0' will use the objectspace
collector again. Also tried to simplify the calling convention.
* test/runner.rb: adjusted for new AutoRunner semantics.
* lib/test/unit.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
||
|---|---|---|
| .. | ||
| collector | ||
| ui | ||
| util | ||
| assertionfailederror.rb | ||
| assertions.rb | ||
| autorunner.rb | ||
| collector.rb | ||
| error.rb | ||
| failure.rb | ||
| testcase.rb | ||
| testresult.rb | ||
| testsuite.rb | ||