On Wed, Feb 17, 2010 at 5:16 PM, Taniya Das
<[email protected]> wrote:
> Hi,
> I am trying to figure out how to use this " -a ARGS, --args=ARGS  additional
> args to pass to control file" option from command line.
> I  also want to parse the argument list in control file.
> Could anyone help me, how it can be done?
> Is there any tests, which currently does this for reference.
> Please help me.

Should be just:

-a "-b foo -c bar"

will pass: -b foo -c bar to the control file (where you can use getopt
or whatever)
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to