Splitting long argument line into multiple lines

Jonathan Gibbons jonathan.gibbons at oracle.com
Tue Oct 16 07:40:51 PDT 2012


On 10/15/2012 10:42 PM, Alex Schenkman wrote:
> Hi list,
>
> I have a looong argument list to the @run command.
> Is it possible to split this long argument line into multiple lines?
>
> * @run main/othervm -Dfoo=bar -Dfoo2=bar2 ....
>
> into someting like:
>
> * @run main/oterhvm
> * -Dfoo=bar
> * -Dfoo2=bar2
>
> Thanks in advance!
>

Should work. Easy enough to try it on a test case.   Let me know if it 
doesn't work.

-- Jon


More information about the jtreg-use mailing list