From 39c79f36d68eb9656309a6c7cb9d79da2d4f601e Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 8 Oct 2013 20:23:41 -0600 Subject: [PATCH] Take 2 on the attempt to disable valgrind tests on non-x86. --- stp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stp.spec b/stp.spec index 8334600..e249ac8 100644 --- a/stp.spec +++ b/stp.spec @@ -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