X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/1ed947202d0a69c6808f8f596482e8b5e7bcc5de..7fda25bdf60b7b47e18b383c9dcfabe94643e489:/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