Skip to content

Commit

Permalink
Merge branch 'ant-junit-printsummary' of https://github.com/jwcranfor…
Browse files Browse the repository at this point in the history
…d/bc-java into jwcranford-ant-junit-printsummary
  • Loading branch information
dghgit committed Nov 20, 2022
2 parents a77aefb + c5b5695 commit 502252b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ codesigning.jks

/prov/src/main/core/

bc-build.user.properties
3 changes: 2 additions & 1 deletion ant/bc+-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<project name="crypto.bcbuild" default="build" basedir=".">

<property file="bc-build.user.properties" />
<property file="bc-build.properties" />
<property environment="env" />

Expand Down Expand Up @@ -974,7 +975,7 @@
<property name="test.target.src.dir" value="${test.target.dir}/src" />

<mkdir dir="${basedir}/${build.dir}/${target.prefix}" />
<junit fork="yes" dir="${basedir}/${build.dir}/${target.prefix}" failureProperty="test.failed">
<junit fork="yes" dir="${basedir}/${build.dir}/${target.prefix}" failureProperty="test.failed" printsummary="${junit.printsummary}">
<classpath>
<path refid="project.classpath" />
<fileset dir="${artifacts.jars.dir}">
Expand Down
5 changes: 5 additions & 0 deletions bc-build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# NOTE: Any properties set in bc-build.user.properties override those
# set in this file. bc-build.user.properties is ignored by git and is
# intended to hold user-specific settings that are *not* committed to
# the repository.

release.suffix: 173b06
release.name: 1.73b06
Expand All @@ -10,3 +14,4 @@ jmail.jar.home: ./libs/jakarta.mail-2.0.1.jar
jactivation.jar.home: ./libs/jakarta.activation-api-2.0.0.jar
junit.jar.home: ./libs/junit.jar

junit.printsummary: off

0 comments on commit 502252b

Please sign in to comment.