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