summaryrefslogtreecommitdiff
path: root/test/test_grabbag.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-05-25 02:48:22 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-05-25 02:48:22 +0000
commitde9091e4a71f5a901d232590f4156e84d9a53fb5 (patch)
tree8f7fff601fe1348d5a168365781b06b112efb7c3 /test/test_grabbag.sh
parentdaa68425c27bf7165efaeaf08480ce70c3909e51 (diff)
downloadflac-de9091e4a71f5a901d232590f4156e84d9a53fb5.tar.gz
add configure options --disable-thorough-tests which breaks up testing into 3 levels: 0 for basic testing, 1 for thorough testing, 2 for exhaustive testing
Diffstat (limited to 'test/test_grabbag.sh')
-rwxr-xr-xtest/test_grabbag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_grabbag.sh b/test/test_grabbag.sh
index c0ba85d8..0edaf26f 100755
--- a/test/test_grabbag.sh
+++ b/test/test_grabbag.sh
@@ -41,7 +41,7 @@ test_cuesheet -h 1>/dev/null 2>/dev/null || die "ERROR can't find test_cuesheet
run_test_cuesheet ()
{
- if [ x"$FLAC__VALGRIND" = xyes ] ; then
+ if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then
valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_cuesheet $* 4>>test_grabbag.valgrind.log
else
test_cuesheet $*