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

SRC_DIR=$(dirname $(realpath "$0"))

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

exit $rvalue