swift/.functests

11 lines
172 B
Plaintext
Raw Normal View History

2010-07-12 17:03:45 -05:00
#!/bin/bash
SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
cd ${SRC_DIR}/test/functional
nosetests --exe $@
rvalue=$?
cd -
exit $rvalue