Skip to content

Commit

Permalink
Fix Tck script execution - better handle maven output
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed May 31, 2022
1 parent dc854a2 commit dc04756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck-executor/run_from_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ unzip -o $HERE/jakarta-messaging-tck-2.0.0.zip -d $HERE/target

TS_HOME=target/messaging-tck

VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)
VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout | tail -n1)
cp ts.* $TS_HOME/bin
# overwrite ts.jte
cp $CONFIGURATION_FILE $TS_HOME/bin/ts.jte
Expand Down

0 comments on commit dc04756

Please sign in to comment.