!2 Disable unit test
From: @ultra_planet Reviewed-by: @jackie_wu123,@wangchong1995924 Signed-off-by: @wangchong1995924
This commit is contained in:
commit
a983cf6bc0
@ -1,6 +1,6 @@
|
|||||||
Name: junitperf
|
Name: junitperf
|
||||||
Version: 1.9.1
|
Version: 1.9.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: JUnit extension for performance and scalability testing
|
Summary: JUnit extension for performance and scalability testing
|
||||||
License: BSD
|
License: BSD
|
||||||
Source0: http://github.com/clarkware/junitperf/archive/1.9.1.zip
|
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 {} \;
|
find . -name "*.class" -exec rm -f {} \;
|
||||||
|
|
||||||
%build
|
%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
|
%mvn_artifact %{SOURCE1} dist/junitperf-%{version}.jar
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -56,5 +56,8 @@ cp -pr samples %{buildroot}%{_datadir}/%{name}
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 22 2020 wangyue <wangyue92@huawei.com> - 1.9.1-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user