Re-enable doctest, fix broken docstrings

This commit is contained in:
Jason Gerard DeRose
2009-05-12 18:47:19 -06:00
committed by Rob Crittenden
parent 252e9b61eb
commit 87480b7bde
4 changed files with 18 additions and 23 deletions

View File

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