From 7fda25bdf60b7b47e18b383c9dcfabe94643e489 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Sun, 20 Jul 2008 15:34:26 -0400 Subject: [PATCH] Add a note about the purpose of NO_VALGRIND to run-testsuite. --- run-testsuite | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.34.1