X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/e39c0ed251ba50cf20f94d543f90f484df7667a8..refs/heads/no-explicit-template-args:/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