~jcsackett/charmworld/bac-tag-constraints

1
2
3
4
5
6
7
#!/bin/bash
# If the --pdb switch is passed, inject --pdb-failures too.
if [[ $* =~ --pdb( .*|$) ]]
then
    extra_args="--pdb-failures"
fi
INI=test.ini bin/nosetests --with-id $extra_args $@