diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-16 04:39:22 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-16 04:39:22 +0000 |
| commit | 8770ea7b6b003e4d6de062c12c1eec7d069c93dc (patch) | |
| tree | 14ec9e1270468ac9972b073ce4e038ea705a496a /ChangeLog | |
| parent | 5569476a4b995b80f2a8de34e60254c7d49edcd4 (diff) | |
| download | ruby-8770ea7b6b003e4d6de062c12c1eec7d069c93dc.tar.gz ruby-8770ea7b6b003e4d6de062c12c1eec7d069c93dc.tar.xz ruby-8770ea7b6b003e4d6de062c12c1eec7d069c93dc.zip | |
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): add
new option --exclude (-x) to skip some tests.
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir.exclude):
ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Nov 16 13:35:54 2004 NAKAMURA Usaku <usa@ruby-lang.org> + + * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): add + new option --exclude (-x) to skip some tests. + + * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir.exclude): + ditto. + Tue Nov 16 11:19:07 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): use |
