aboutsummaryrefslogtreecommitdiff
path: root/test/valgrind/valgrind.sh
AgeCommit message (Collapse)Author
2011-05-27test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portabilityJoel Borggrén-Franck
Change #!/bin/bash at start of tests to "#!/usr/bin/env bash". That way systems running on bash < 4 can prepend bash >= 4 to path before running the tests.
2010-09-20test: Make the --valgrind option useful, (and drop --verbose).Carl Worth
In order for --valgrind to be useful, we drop noisy additional output of all of the commands being executed in verbose mode. This makes --verbose alone quite useless, so we don't document it any more. Also, add a zlib valgrind suppression that was showing up frequently in the test suite.
2010-09-20test: Fix test suite so that --valgrind option works.Carl Worth
The output is ugly, and we need a better suppressions file, but this is at least a start.