Patricia Shanahan wrote:
Does anyone know how to pass JVM parameters to the client JVM that runs the actual test code?

Thanks,

Patricia

For all tests client or just one?

For one test client, specify the jvm arguments in the *.td file:

testjvmargs=${testjvmargs},-Djava.security.debug=access:failure,-Dsome.other.arg=something

To set global test arguments for all clients see the file:

qa/src/com/sun/jini/qa/resources/qaDefaults.properties

Cheers,

Peter.

Reply via email to