swift/.probetests

9 lines
72 B
Bash
Executable File

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