Add a note about the purpose of NO_VALGRIND to run-testsuite.
authorMatt McCutchen <matt@mattmccutchen.net>
Sun, 20 Jul 2008 19:34:26 +0000 (15:34 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Sun, 20 Jul 2008 19:34:26 +0000 (15:34 -0400)
run-testsuite

index e0ff8d3..ff73729 100755 (executable)
@@ -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