Allow specify arguments to .probetests script
Just so at least I can add -x or -s. Change-Id: I95543a3086ca5fb292e7899c02646a58296c610a
This commit is contained in:
parent
dfb5dead3a
commit
ad881413d0
@ -3,7 +3,7 @@
|
||||
SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
|
||||
|
||||
cd ${SRC_DIR}/test/probe
|
||||
nosetests --exe
|
||||
nosetests --exe $@
|
||||
rvalue=$?
|
||||
cd -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user