~youscribe/parted/3.1

« back to all changes in this revision

Viewing changes to debug/test/build_leak_list

  • Committer: Guilhem Lettron
  • Date: 2012-10-22 14:37:59 UTC
  • Revision ID: guilhem+ubuntu@lettron.fr-20121022143759-m403kecgz13sknvp
3.1 from tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
if test "x$TEST_PARTED_BASE" = "x"; then
 
4
        TEST_PARTED_BASE=~parted/parted-dev
 
5
fi
 
6
 
 
7
mtrace $TEST_PARTED_BASE/parted/.libs/parted $MALLOC_TRACE \
 
8
        | grep libparted \
 
9
        | sed 's/  at.*//' \
 
10
        | sed 's/^\(0x[0-9a-f]\+\) \+\(0x[0-9a-f]\+\) */ {\1, \2},/' \
 
11
        | less