219: run-tests.bash now passes -v option to nosetests for verbose output

This commit is contained in:
Jason Gerard DeRose
2008-08-29 03:07:58 +00:00
parent 992a5dadbe
commit e1b13a7117

View File

@@ -10,7 +10,7 @@ do
if [[ -f $executable ]]; then
echo "[ $name: Starting tests... ]"
((runs += 1))
if $executable /usr/bin/nosetests
if $executable /usr/bin/nosetests -v
then
echo "[ $name: Tests OK ]"
else