~ubuntu-branches/ubuntu/lucid/bogofilter/lucid-security

« back to all changes in this revision

Viewing changes to src/tests/t.valgrind

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-06 05:41:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506054152-tgameecssbuv4np6
Tags: 1.2.0-2ubuntu1
* Merge from debian unstable, remaining changes: LP: #372497
  - don't build qdbm.
  - Don't build tokyocabinet support as it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        exit 77
30
30
esac
31
31
 
32
 
( eval "$VALGRIND true"  ) 2> /dev/null || exit 77
 
32
( eval "$VALGRIND true" ) 2> /dev/null || exit 77
33
33
if ( eval "$VALGRIND false" ) 2> /dev/null ; then exit 77 ; fi
34
34
 
35
35
# Fisher config
87
87
    done
88
88
 
89
89
done
 
90
 
 
91
rm $VG_SUPP