swiftonhpss/functests.sh
Pushpesh Sharma be0ae7e1c6 Minor update
2014-05-06 16:28:39 +05:30

11 lines
112 B
Bash
Executable File

#!/bin/bash
SRC_DIR=$(dirname $0)
cd ${SRC_DIR}/test/functional
nosetests --exe $@
func1=$?
cd -
exit $func1