Re-enable tests run during the build

This commit is contained in:
Severin Gehwolf 2021-05-31 14:57:13 +02:00
parent 41c4232f87
commit ec344a7c3e

View File

@ -15,7 +15,7 @@
Name: byteman
Version: 4.0.15
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Java agent-based bytecode injection tool
License: LGPLv2+
URL: http://www.jboss.org/byteman
@ -147,7 +147,7 @@ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
# (fixed in 3.1.0, fedora has 3.0.1):
# See https://issues.apache.org/jira/browse/MJAVADOC-555
# https://bugs.openjdk.java.net/browse/JDK-8212233
%mvn_build -f --xmvn-javadoc
%mvn_build --xmvn-javadoc
%install
%mvn_install
@ -214,6 +214,9 @@ ln -s %{_javadir}/byteman/byteman.jar $RPM_BUILD_ROOT%{homedir}/lib/byteman.jar
%{homedir}/lib/byteman-dtest.jar
%changelog
* Mon May 31 2021 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.15-2
- Re-enable tests during build.
* Mon May 31 2021 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.15-1
- Update to latest upstream 4.0.15 release.
- Drop tests_pom_xml.patch now included upstream.