swift/.probetests

9 lines
86 B
Bash
Executable File

#!/bin/bash
cd $(dirname $0)/test/probe
nosetests --exe
rvalue=$?
cd -
exit $rvalue