summaryrefslogtreecommitdiff
path: root/test/test_grabbag.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-12-30 23:31:47 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-12-30 23:31:47 +0000
commit80936c5ba1bc461916a46b45cfc97e353a91f4ed (patch)
treeda84d844cb6850c6902f52f10304177e6d9ebe83 /test/test_grabbag.sh
parent0b3617c25fc4f85c9a07cd528d44ff9a1c47b387 (diff)
downloadflac-80936c5ba1bc461916a46b45cfc97e353a91f4ed.tar.gz
make valgrind output go into test-specific log file instead of one massive valgrind.log
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 1ed08e95..f0ecd89d 100755
--- a/test/test_grabbag.sh
+++ b/test/test_grabbag.sh
@@ -32,7 +32,7 @@ test_cuesheet -h 1>/dev/null 2>/dev/null || die "ERROR can't find test_cuesheet
run_test_cuesheet ()
{
if [ "$FLAC__VALGRIND" = yes ] ; then
- valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_cuesheet $* 4>>valgrind.log
+ valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_cuesheet $* 4>>test_grabbag.valgrind.log
else
test_cuesheet $*
fi