[CalendarServer-changes] [7663] CalendarServer/trunk/test

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 24 14:42:13 PDT 2011


Revision: 7663
          http://trac.macosforge.org/projects/calendarserver/changeset/7663
Author:   wsanchez at apple.com
Date:     2011-06-24 14:42:13 -0700 (Fri, 24 Jun 2011)
Log Message:
-----------
Add contrib, run pyflakes on 

Modified Paths:
--------------
    CalendarServer/trunk/test

Modified: CalendarServer/trunk/test
===================================================================
--- CalendarServer/trunk/test	2011-06-24 21:41:44 UTC (rev 7662)
+++ CalendarServer/trunk/test	2011-06-24 21:42:13 UTC (rev 7663)
@@ -73,7 +73,7 @@
 if [ $# -gt 0 ]; then
   test_modules="$@";
 else
-  test_modules="calendarserver twistedcaldav twext txdav ${m_twisted}";
+  test_modules="calendarserver twistedcaldav twext txdav contrib ${m_twisted}";
 fi;
 
 find "${wd}" -name \*.pyc -print0 | xargs -0 rm;
@@ -85,7 +85,7 @@
 
 echo "";
 echo "Running pyflakes...";
-cd "${wd}" && ./pyflakes | tee "${tmp}" 2>&1;
+cd "${wd}" && ./pyflakes "${test_modules}" | tee "${tmp}" 2>&1;
 if [ -s "${tmp}" ]; then
   echo "**** Pyflakes says you have some code to clean up. ****";
   exit 1;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110624/93e8b883/attachment.html>


More information about the calendarserver-changes mailing list