test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh

Print this page

        

*** 98,112 **** env # set -vx # #Compile. tools.jar is required on the classpath. ! ${TESTJAVA}/bin/javac -d "${TESTCLASSES}" ${CP} -g \ "${TESTSRC}"/"${TARGETCLASS}".java # #Run the test class, again with the classpath we need: ! ${TESTJAVA}/bin/java ${CP} ${TARGETCLASS} status=$? echo "test status was: $status" if [ $status -eq "0" ]; then pass "" --- 98,112 ---- env # set -vx # #Compile. tools.jar is required on the classpath. ! ${TESTJAVA}/bin/javac ${TESTTOOLVMOPTS} ${TESTJAVACOPTS} -d "${TESTCLASSES}" ${CP} -g \ "${TESTSRC}"/"${TARGETCLASS}".java # #Run the test class, again with the classpath we need: ! ${TESTJAVA}/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} ${CP} ${TARGETCLASS} status=$? echo "test status was: $status" if [ $status -eq "0" ]; then pass ""