Merge "Move the tests from functionalnosetests"
This commit is contained in:
commit
bc0d233c9d
@ -4,12 +4,7 @@ SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
|
|||||||
|
|
||||||
cd ${SRC_DIR}/test/functional
|
cd ${SRC_DIR}/test/functional
|
||||||
nosetests --exe $@
|
nosetests --exe $@
|
||||||
func1=$?
|
rvalue=$?
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
cd ${SRC_DIR}/test/functionalnosetests
|
exit $rvalue
|
||||||
nosetests --exe $@
|
|
||||||
func2=$?
|
|
||||||
cd -
|
|
||||||
|
|
||||||
exit $((func1 + func2))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user