提交 6f2726de 编写于 作者: S sjiang

8005325: The script should use TESTVMOPTS

Summary: Put back TESTVMOPTS which was removed by mistake.
Reviewed-by: smarks
上级 e418eafe
...@@ -61,7 +61,7 @@ _compile(){ ...@@ -61,7 +61,7 @@ _compile(){
} }
_app_start(){ _app_start(){
${TESTJAVA}/bin/java -server $* -cp ${_testclasses} JMXStartStopDoSomething >> ${_logname} 2>&1 & ${TESTJAVA}/bin/java ${TESTVMOPTS} $* -cp ${_testclasses} JMXStartStopDoSomething >> ${_logname} 2>&1 &
x=0 x=0
while [ ! -f ${_lockFileName} ] while [ ! -f ${_lockFileName} ]
...@@ -110,7 +110,7 @@ _exit_on_jtreg(){ ...@@ -110,7 +110,7 @@ _exit_on_jtreg(){
} }
_testme(){ _testme(){
${TESTJAVA}/bin/java -cp ${_testclasses} JMXStartStopTest $* ${TESTJAVA}/bin/java ${TESTVMOPTS} -cp ${_testclasses} JMXStartStopTest $*
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册