jdk/test/com/sun/tools/attach/BasicTests.sh
changeset 14786 a9f61e0cbe61
parent 9275 1df1f7dfab7f
equal deleted inserted replaced
14785:164b4548e3ba 14786:a9f61e0cbe61
    59 
    59 
    60 failures=0
    60 failures=0
    61 
    61 
    62 echo "Running tests ..."
    62 echo "Running tests ..."
    63 
    63 
    64 $JAVA -classpath "${TESTCLASSES}${PS}${TESTJAVA}/lib/tools.jar" \
    64 $JAVA ${TESTVMOPTS} -classpath "${TESTCLASSES}${PS}${TESTJAVA}/lib/tools.jar" \
    65   BasicTests $pid $agent $badagent $redefineagent 2>&1
    65   BasicTests $pid $agent $badagent $redefineagent 2>&1
    66 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi
    66 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi
    67 
    67 
    68 stopApplication $port
    68 stopApplication $port
    69 
    69