summaryrefslogtreecommitdiff
path: root/.probetests
diff options
context:
space:
mode:
Diffstat (limited to '.probetests')
-rwxr-xr-x.probetests2
1 files changed, 1 insertions, 1 deletions
diff --git a/.probetests b/.probetests
index 4c8d4dd36..9a7aafda6 100755
--- a/.probetests
+++ b/.probetests
@@ -3,7 +3,7 @@
SRC_DIR=$(dirname $(realpath "$0"))
cd ${SRC_DIR}/test/probe
-nosetests --exe $@
+pytest $@
rvalue=$?
cd -