From: Matt McCutchen Date: Sun, 20 Jul 2008 19:34:26 +0000 (-0400) Subject: Add a note about the purpose of NO_VALGRIND to run-testsuite. X-Git-Tag: v2008.07.20~1 X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/commitdiff_plain/7fda25bdf60b7b47e18b383c9dcfabe94643e489 Add a note about the purpose of NO_VALGRIND to run-testsuite. --- diff --git a/run-testsuite b/run-testsuite index e0ff8d3..ff73729 100755 --- a/run-testsuite +++ b/run-testsuite @@ -2,6 +2,10 @@ bad= +# If you encounter the following problem with Valgrind like I did: +# https://bugzilla.redhat.com/show_bug.cgi?id=455644 +# you can pass the environment variable NO_VALGRIND=1 to run the testsuite +# without it. if [ "$NO_VALGRIND" ]; then cmd=(./testsuite) else