test/com/sun/tools/extcheck/TestExtcheckArgs.sh

Print this page

        

*** 30,47 **** fi export TESTJAVA case "`uname`" in Windows*|CYGWIN* ) PS=';';; *) PS=':';; esac ! ${TESTJAVA}/bin/javac -d ${TESTCLASSES} -classpath ${TESTJAVA}/lib/tools.jar${PS}${TESTCLASSES} ${TESTSRC}/TestExtcheckArgs.java rc=$? 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 --- 30,47 ---- fi export TESTJAVA case "`uname`" in Windows*|CYGWIN* ) PS=';';; *) PS=':';; esac ! ${TESTJAVA}/bin/javac ${TESTTOOLVMOPTS} ${TESTJAVACOPTS} -d ${TESTCLASSES} -classpath ${TESTJAVA}/lib/tools.jar${PS}${TESTCLASSES} ${TESTSRC}/TestExtcheckArgs.java rc=$? if [ $rc != 0 ]; then echo Compilation failure with exit status $rc exit $rc fi ! ${TESTJAVA}/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} -classpath ${TESTJAVA}/lib/tools.jar${PS}${TESTCLASSES} TestExtcheckArgs rc=$? if [ $rc != 0 ]; then echo Execution failure with exit status $rc exit $rc fi