move "make test" to %check
This commit is contained in:
parent
6a0eda317b
commit
1315c58501
@ -24,6 +24,8 @@ tar -xf testsuite.tar
|
||||
%build
|
||||
md5sum -c MD5sums
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
@ -41,7 +43,8 @@ rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Mon Sep 27 2007 Nils Philippsen <nphilipp@redhat.com> - 1.10-3
|
||||
- don't expect find output to be sorted (#237687, patch by Giuseppe Bonacci)
|
||||
- don't expect find output to be sorted, move "make test" to %%check (#237687,
|
||||
patch by Giuseppe Bonacci)
|
||||
- change license tag to "GPLv2"
|
||||
|
||||
* Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-2
|
||||
|
Loading…
Reference in New Issue
Block a user