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

Commit

Permalink
NoBug:Fixing servelt TCK test suite by adding flow.jar in bootclasspa…
Browse files Browse the repository at this point in the history
…th (#22087)
  • Loading branch information
arindam-bandyopadhyay authored Jul 24, 2017
1 parent 946a87c commit a0398ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appserver/tests/cts_smoke/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ test_run_servlet_tck(){
cd $TS_HOME/bin
ant config.security
ant deploy.all
export JAVA_OPTIONS="-Xbootclasspath/p:$TS_HOME/lib/flow.jar"

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

0 comments on commit a0398ec

Please sign in to comment.