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

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 28 13:35:52 PDT 2010


Revision: 6481
          http://trac.macosforge.org/projects/calendarserver/changeset/6481
Author:   wsanchez at apple.com
Date:     2010-10-28 13:35:50 -0700 (Thu, 28 Oct 2010)
Log Message:
-----------
Nuke pyc files first.

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

Modified: CalendarServer/trunk/test
===================================================================
--- CalendarServer/trunk/test	2010-10-28 20:21:28 UTC (rev 6480)
+++ CalendarServer/trunk/test	2010-10-28 20:35:50 UTC (rev 6481)
@@ -76,4 +76,6 @@
     test_modules="calendarserver twistedcaldav twext txdav ${m_twisted}";
 fi;
 
+find "${wd}" -name \*.pyc -print0 | xargs -0 rm;
+
 cd "${wd}" && "${python}" "${trial}" --rterrors ${random} ${until_fail} ${no_colour} ${coverage} ${test_modules};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101028/6ccbff30/attachment-0001.html>


More information about the calendarserver-changes mailing list