Fixed Warning messages about log dir in unit test

This commit is contained in:
Jason Gerard DeRose
2008-12-08 16:56:24 -07:00
parent 4591057203
commit 7e21ea5ad8
5 changed files with 20 additions and 28 deletions

View File

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