Skip running unstable Exec57Test
- Resolves: rhbz#1202260
This commit is contained in:
parent
5e4c6f89c7
commit
f51ee52429
@ -3,7 +3,7 @@
|
||||
|
||||
Name: apache-commons-exec
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Java library to reliably execute external processes from within the JVM
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -49,6 +49,9 @@ done
|
||||
# http://commons.apache.org/exec/faq.html#environment-testing)
|
||||
chmod a+x src/test/scripts/*.sh
|
||||
|
||||
# Skip Exec57Test (it is unstable), see rhbz#1202260
|
||||
find -name Exec57Test.java -delete
|
||||
|
||||
%mvn_file :%{short_name} %{short_name} %{name}
|
||||
|
||||
|
||||
@ -69,6 +72,10 @@ chmod a+x src/test/scripts/*.sh
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-2
|
||||
- Skip running unstable Exec57Test
|
||||
- Resolves: rhbz#1202260
|
||||
|
||||
* Tue Dec 02 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.3-1
|
||||
- Update to 1.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user