summaryrefslogtreecommitdiff
path: root/.probetests
blob: fdc4877e5a43ab39042441b36ab7f7595cac4897 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")

cd ${SRC_DIR}/test/probe
nosetests --exe $@
rvalue=$?
cd -

exit $rvalue