Skip to content

Commit

Permalink
Merge pull request #24670 from arjantijms/fail_build
Browse files Browse the repository at this point in the history
Make sure Activation TCK build fails when tests fails
  • Loading branch information
arjantijms committed Nov 3, 2023
2 parents c36a208 + cbc7c05 commit 56e557c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appserver/tests/tck/activation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
<exec executable="${ant.home}/bin/ant" dir="${tck.home}" resultproperty="testResult">
<arg value="run" />
<arg value="run.pluggability" />
<arg value="-DfailOnError=true" />
<env key="LC_ALL" value="C" />
</exec>

Expand Down

0 comments on commit 56e557c

Please sign in to comment.