Temporarily disable tests due to insufficient memory on the builders.

This commit is contained in:
Jerry James 2015-04-25 09:45:50 -06:00
parent 4dc7a51663
commit f43a07744b
1 changed files with 11 additions and 5 deletions

16
z3.spec
View File

@ -217,11 +217,17 @@ chmod 0755 %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/*.so.0.0.0 \
%{buildroot}%{_libdir}/%{name}/*.so
%check
export LANG="en_US.UTF-8"
pushd build
make test
./test-z3 /a
popd
# Some of the tests require more memory than the koji builders have available.
# However, valgrind also shows a large number of memory leaks. I will work
# with upstream to fix the leaks, then try again to see if the tests can be
# run on the koji builders successfully. If not, the tests will have to be run
# manually on machines with more available memory.
#
#export LANG="en_US.UTF-8"
#pushd build
#make test
#./test-z3 /a
#popd
%post libs -p /sbin/ldconfig