]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't use --read-var-info=yes with Valgrind for now since it has problems on
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 4 Sep 2014 00:57:41 +0000 (00:57 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 4 Sep 2014 00:57:41 +0000 (00:57 +0000)
OS X...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12151 a1ca3aef-8c08-0410-bb20-df032aa958be

test/run-stp-tests.sh

index 7d20831b4164f9eb84034d394f214e38fea98476..3fa831064141df92d01c65466ae11df04d0ac14d 100755 (executable)
@@ -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