storlets/.unittests

10 lines
170 B
Bash
Executable File

#!/bin/bash
SRC_DIR=$(python -c "import os; print(os.path.dirname(os.path.realpath('$0')))")
cd ${SRC_DIR}/tests/unit
nosetests --exe -v $@
rvalue=$?
cd -
exit $rvalue