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

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

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

exit $rvalue