test/com/sun/tools/attach/BasicTests.sh

Print this page

        

*** 46,56 **** failures=0 echo "Running tests ..." ! $JAVA -classpath ${TESTCLASSES}${PS}${TESTJAVA}/lib/tools.jar \ BasicTests $pid $agent $badagent $redefineagent 2>&1 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi stopApplication $port --- 46,56 ---- failures=0 echo "Running tests ..." ! $JAVA -classpath "${TESTCLASSES}${PS}${TESTJAVA}/lib/tools.jar" \ BasicTests $pid $agent $badagent $redefineagent 2>&1 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi stopApplication $port