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

Jerry James jjames at fedoraproject.org
Wed Oct 9 02:24:03 UTC 2013


commit 39c79f36d68eb9656309a6c7cb9d79da2d4f601e
Author: Jerry James <loganjerry at gmail.com>
Date:   Tue Oct 8 20:23:41 2013 -0600

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

 stp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list