Splitting long argument line into multiple lines

Alex Schenkman alex.schenkman at oracle.com
Mon Oct 15 22:42:46 PDT 2012


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!



More information about the jtreg-use mailing list