< prev index next >

test/sun/management/jmxremote/bootstrap/CustomLauncherTest.sh

Print this page
rev 1541 : 8003890: corelibs test scripts should pass TESTVMOPTS
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>

*** 148,158 **** attempts=`expr $attempts + 1` echo "Waiting $attempts second(s) ..." done # Start the manager - this should connect to VM ! ${TESTJAVA}/bin/java -classpath ${TESTCLASSES}:${TESTJAVA}/lib/tools.jar \ TestManager $pid $port true if [ $? != 0 ]; then echo "Test failed" exit 1 fi --- 148,158 ---- attempts=`expr $attempts + 1` echo "Waiting $attempts second(s) ..." done # Start the manager - this should connect to VM ! ${TESTJAVA}/bin/java ${TESTVMOPTS} -classpath ${TESTCLASSES}:${TESTJAVA}/lib/tools.jar \ TestManager $pid $port true if [ $? != 0 ]; then echo "Test failed" exit 1 fi
< prev index next >