Files
storlets/.unittests
Eran Rom e3aebc637a Porting SystemTests to functional tests
Change-Id: I5d4ad44558d24686cfc27563eb1ea7c3d7c1d67e
2015-11-29 11:39:14 +02:00

10 lines
166 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 $@
rvalue=$?
cd -
exit $rvalue