Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit a0398ec

Browse files
NoBug:Fixing servelt TCK test suite by adding flow.jar in bootclasspath (#22087)
1 parent 946a87c commit a0398ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appserver/tests/cts_smoke/run_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ test_run_servlet_tck(){
173173
cd $TS_HOME/bin
174174
ant config.security
175175
ant deploy.all
176+
export JAVA_OPTIONS="-Xbootclasspath/p:$TS_HOME/lib/flow.jar"
176177

177178
cd $TS_HOME/src/com/sun/ts/tests
178179
(ant runclient -Dreport.dir=$WORKSPACE/servlettck/report | tee $WORKSPACE/tests.log) || true

0 commit comments

Comments
 (0)