Skip to content

Commit

Permalink
Generated Yasson jar has not been properly moved to TCK tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <david.k.kral@oracle.com>
  • Loading branch information
Verdent committed Nov 26, 2019
1 parent 3ce1e66 commit df1e577
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/tck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ GF_BUNDLE_URL="central.maven.org/maven2/org/glassfish/main/distributions/glassfi
TCK_NAME=jsonb-tck
TCK_VERSION=1.0.1

export TCK_HOME=`pwd`"/target-tck"
export YASSON_HOME=`pwd`
export TCK_HOME=${YASSON_HOME}"/target-tck"
rm -r ${TCK_HOME}
mkdir ${TCK_HOME}
cd ${TCK_HOME}
Expand All @@ -33,7 +34,7 @@ wget -q --no-cache ${GF_BUNDLE_URL} -O latest-glassfish.zip
echo "Exporting downloaded GlassFish"
unzip -qq ${TCK_HOME}/latest-glassfish.zip -d ${TCK_HOME}

cp -a ${TCK_HOME}/target/yasson.jar ${TCK_HOME}/glassfish5/glassfish/modules/yasson.jar
cp -a ${YASSON_HOME}/target/yasson.jar ${TCK_HOME}/glassfish5/glassfish/modules/yasson.jar

cd ${TS_HOME}/bin

Expand Down

0 comments on commit df1e577

Please sign in to comment.