summaryrefslogtreecommitdiff
path: root/.probetests
blob: 386847f26b8fd0e0a31b732d53f3096e807d1bf9 (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