< prev index next >

test/com/sun/tools/extcheck/TestExtcheckArgs.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>

*** 37,47 **** if [ $rc != 0 ]; then echo Compilation failure with exit status $rc exit $rc fi ! ${TESTJAVA}/bin/java -classpath ${TESTJAVA}/lib/tools.jar${PS}${TESTCLASSES} TestExtcheckArgs rc=$? if [ $rc != 0 ]; then echo Execution failure with exit status $rc exit $rc fi --- 37,47 ---- if [ $rc != 0 ]; then echo Compilation failure with exit status $rc exit $rc fi ! ${TESTJAVA}/bin/java ${TESTVMOPTS} -classpath ${TESTJAVA}/lib/tools.jar${PS}${TESTCLASSES} TestExtcheckArgs rc=$? if [ $rc != 0 ]; then echo Execution failure with exit status $rc exit $rc fi
< prev index next >