Disable unit test
This commit is contained in:
parent
70b7e6a1cb
commit
11ababd199
@ -1,6 +1,6 @@
|
||||
Name: junitperf
|
||||
Version: 1.9.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: JUnit extension for performance and scalability testing
|
||||
License: BSD
|
||||
Source0: http://github.com/clarkware/junitperf/archive/1.9.1.zip
|
||||
@ -33,7 +33,7 @@ find . -name "*.jar" -exec rm -f {} \;
|
||||
find . -name "*.class" -exec rm -f {} \;
|
||||
|
||||
%build
|
||||
CLASSPATH=$(build-classpath junit) ant -Dbuild.sysclasspath=first jar test javadoc
|
||||
CLASSPATH=$(build-classpath junit) ant -Dbuild.sysclasspath=first jar javadoc
|
||||
%mvn_artifact %{SOURCE1} dist/junitperf-%{version}.jar
|
||||
|
||||
%install
|
||||
@ -56,5 +56,8 @@ cp -pr samples %{buildroot}%{_datadir}/%{name}
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Dec 24 2020 lingsheng <lingsheng@huawei.com> - 1.9.1-2
|
||||
- Disable unit test
|
||||
|
||||
* Sat Aug 22 2020 wangyue <wangyue92@huawei.com> - 1.9.1-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user