From: Phlip Date: 2005-04-16T05:19:39+09:00 Subject: Re: profiling thru test/unit pat eyler wrote: > -n [NAME] will run all tests matching NAME (NAME may be a pattern) > (-t [NAME] will run all the tests in the NAME testcase (NAME may be a pattern)) Okay. I don't want to profile, I just want to pick specific tests. However, that command line argument doesn't get all the way to my testrunner, which looks like this: > > runner = Test::Unit::UI::Console::TestRunner > > # noise = Test::Unit::UI::NORMAL > > noise = Test::Unit::UI::VERBOSE > > got = runner.run(aTestCase, noise) -- Phlip http://industrialxp.org/community/bin/view/Main/TestFirstUserInterfaces