~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to pyOpenMS/run_valgrind.sh

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2013-12-20 11:30:16 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131220113016-wre5g9bteeheq6he
Tags: 1.11.1-3
* remove version number from libbost development package names;
* ensure that AUTHORS is correctly shipped in all packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
valgrind \
 
3
    --tool=memcheck\
 
4
    --leak-check=yes\
 
5
    --error-limit=no \
 
6
    --suppressions=valgrind-python.supp\
 
7
    --num-callers=10\
 
8
    -v\
 
9
    nosetests -w tests