Pass arguments to nosetests in run_test.sh
run_test.sh doesn't use any arguments at the moment. Any arguments passed to run_test.sh can be passed to nosetests so it is possible to run single tests or use nosetests options. Change-Id: I22ae0aaf6266ecbd8e80025c21479f01a54df23e
This commit is contained in:
parent
0982119899
commit
870b01c4e5
@ -117,7 +117,7 @@ _start proxy coverage run --branch --include=../../* --omit=./* \
|
||||
|
||||
# run tests
|
||||
if [ -z "$CEPH_TESTS" ]; then
|
||||
nosetests -v ./
|
||||
nosetests -v "$@"
|
||||
rvalue=$?
|
||||
|
||||
# show report
|
||||
|
Loading…
x
Reference in New Issue
Block a user