Take 2 on the attempt to disable valgrind tests on non-x86.

This commit is contained in:
Jerry James 2013-10-08 20:23:41 -06:00
parent 15c323b547
commit 39c79f36d6
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ sed -i 's/^LIBS=.*/& -lcryptominisat -lm/' tests/c-api-tests/Makefile
# The valgrind tests tend to work on x86 only
%ifnarch %{ix86} x86_64
sed -i 's/\(VALGRINDPATH=\).*/\1""/' tests/c-api-tests/Makefile
sed -i 's/\(VALGRINDPATH=\).*/\1/' tests/c-api-tests/Makefile
%endif
%build