Renamed f_ra.py plugin to cert.py

This commit is contained in:
Jason Gerard DeRose
2009-02-05 12:57:11 -07:00
committed by Rob Crittenden
parent 2df3ef411d
commit eb73a4fef5
2 changed files with 1 additions and 1 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
then
echo "[ $name: Tests OK ]"
else