< prev index next >

test/sun/rmi/rmic/oldjavacRemoved/sunToolsJavacMain.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>

*** 35,45 **** exit 1 fi set -x ! ${TESTJAVA}/bin/java -classpath ${TESTJAVA}/lib/tools.jar sun.tools.javac.Main -d ${TESTCLASSES:-.} ${TESTSRC:-.}/Foo.java result=$? if [ $result -eq 0 ] then echo "TEST FAILED: sun.tools.javac.Main invocation succeeded" --- 35,45 ---- exit 1 fi set -x ! ${TESTJAVA}/bin/java ${TESTVMOPTS} -classpath ${TESTJAVA}/lib/tools.jar sun.tools.javac.Main -d ${TESTCLASSES:-.} ${TESTSRC:-.}/Foo.java result=$? if [ $result -eq 0 ] then echo "TEST FAILED: sun.tools.javac.Main invocation succeeded"
< prev index next >