From: msweet Date: Thu, 4 Sep 2014 00:57:41 +0000 (+0000) Subject: Don't use --read-var-info=yes with Valgrind for now since it has problems on X-Git-Tag: v2.2b1~482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484798d807fc04e1c8db03fb013103ed5686b13e;p=thirdparty%2Fcups.git Don't use --read-var-info=yes with Valgrind for now since it has problems on OS X... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12151 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 7d20831b41..3fa8310641 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -231,7 +231,7 @@ echo "" case "$usevalgrind" in Y* | y*) - VALGRIND="valgrind --tool=memcheck --log-file=$BASE/log/valgrind.%p --error-limit=no --leak-check=yes --trace-children=yes --read-var-info=yes" + VALGRIND="valgrind --tool=memcheck --log-file=$BASE/log/valgrind.%p --error-limit=no --leak-check=yes --trace-children=yes" if test `uname` = Darwin; then VALGRIND="$VALGRIND --dsymutil=yes" fi