Allow specify arguments to .probetests script

Just so at least I can add -x or -s.

Change-Id: I95543a3086ca5fb292e7899c02646a58296c610a
This commit is contained in:
Chmouel Boudjnah 2013-12-24 01:17:19 -08:00
parent dfb5dead3a
commit ad881413d0
1 changed files with 1 additions and 1 deletions

View File

@ -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 -