panda/tests/automated/test.sh

4 lines
121 B
Bash
Executable File

#!/bin/bash -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
$(which nosetests) -v -s $(ls $DIR/$1*.py)