summaryrefslogtreecommitdiff
path: root/test/test_grabbag.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-06-20 01:26:29 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-06-20 01:26:29 +0000
commit89f01a8019e6ef1000c92eaf28dc8cc019b82471 (patch)
tree4615a61812c5834c39dacfebbd3ac3e7f81b86e8 /test/test_grabbag.sh
parente002f83703d492b97f99aabf02771248fe22fd93 (diff)
downloadflac-89f01a8019e6ef1000c92eaf28dc8cc019b82471.tar.gz
switch from --logfile-fd= to --log-fd= to match newer valgrind options
Diffstat (limited to 'test/test_grabbag.sh')
-rwxr-xr-xtest/test_grabbag.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_grabbag.sh b/test/test_grabbag.sh
index 68a1e2df..a18a9312 100755
--- a/test/test_grabbag.sh
+++ b/test/test_grabbag.sh
@@ -45,7 +45,7 @@ run_test_cuesheet ()
{
if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then
echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 test_cuesheet $*" >>test_grabbag.valgrind.log
- valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_cuesheet $* 4>>test_grabbag.valgrind.log
+ valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_cuesheet $* 4>>test_grabbag.valgrind.log
else
test_cuesheet $*
fi
@@ -55,7 +55,7 @@ run_test_picture ()
{
if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then
echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 test_picture $*" >>test_grabbag.valgrind.log
- valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_picture $* 4>>test_grabbag.valgrind.log
+ valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_picture $* 4>>test_grabbag.valgrind.log
else
test_picture $*
fi