Skip to content

Commit 8e5caf1

Browse files
author
gefeili
committed
Merge remote-tracking branch 'origin/master'
2 parents 07445eb + 4067865 commit 8e5caf1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ant/bc+-build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@
990990
<batchtest todir="${artifacts.reports.xml.dir}" unless="testcase">
991991
<fileset dir="${test.target.src.dir}">
992992
<include name="**/AllTests.java" />
993+
<exclude name="${env.JUNIT_EXCLUDE_TESTS}" if="env.JUNIT_EXCLUDE_TESTS" />
993994
</fileset>
994995
</batchtest>
995996
</junit>

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ subprojects {
190190

191191
filter {
192192
includeTestsMatching "AllTest*"
193+
if (project.hasProperty('excludeTests')) {
194+
excludeTestsMatching "${excludeTests}"
195+
}
193196
}
194197
}
195198

docs/releasenotes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ <h3>2.1.3 Additional Featues and Functionality</h3>
3434
<li>The org.bouncycastle.rsa.max_mr_tests property check has been added to allow capping of MR tests done on RSA moduli.</li>
3535
</ul>
3636

37-
<a id="r1rv72.2"><h3>2.2.1 Version</h3></a>
38-
Release: 1.72.2<br/>
39-
Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2022, Novemember 20th
37+
<a id="r1rv72.3"><h3>2.2.1 Version</h3></a>
38+
Release: <a id="r1rv72.2">1.72.2</a>, 1.72.3<br/>
39+
Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2022, November 20th
4040
<h3>2.2.2 Defects Fixed</h3>
4141
<ul>
4242
<li>PGP patch release - fix for OSGI and version header in 1.72.1 jar file.

0 commit comments

Comments
 (0)