On 01/03/2012 02:08 PM, Don Zickus wrote: > On Tue, Jan 03, 2012 at 10:25:16AM -0500, Chris Evich wrote: >> Signed-off-by: Chris Evich<[email protected]> > > I am not sure you can do this as I relied on OptionParser (actually > parser.parse_args) to strip away autotest args (like --client_test_setup > or -H). Otherwise I believe CommandParser will fail because it doesn't > recognize those options. > > Cheers, > Don
I believe it should still work. I didn't change the order of parsing, just the order of instantiation. By my reading, neither gobble up args until .parse_args() method runs. Though I'll double-check to be sure, since it's a valid concern. Thanks for pointing it out. -- Chris Evich, RHCA, RHCE, RHCDS, RHCSS Quality Assurance Engineer e-mail: cevich + `@' + redhat.com o: 1-888-RED-HAT1 x44214 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
