[CalendarServer-changes] [14344] CalDAVTester/trunk/src/manager.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 26 10:53:22 PST 2015


Revision: 14344
          http://trac.calendarserver.org//changeset/14344
Author:   cdaboo at apple.com
Date:     2015-01-26 10:53:22 -0800 (Mon, 26 Jan 2015)
Log Message:
-----------
No args now implies --all.

Modified Paths:
--------------
    CalDAVTester/trunk/src/manager.py

Modified: CalDAVTester/trunk/src/manager.py
===================================================================
--- CalDAVTester/trunk/src/manager.py	2015-01-26 16:30:27 UTC (rev 14343)
+++ CalDAVTester/trunk/src/manager.py	2015-01-26 18:53:22 UTC (rev 14344)
@@ -298,7 +298,7 @@
             elif option == "--debug":
                 self.debug = True
 
-        if all:
+        if all or not args:
             files = []
             os.path.walk(dname, lambda arg, dir, names: files.extend([os.path.join(dir, name) for name in names]) if not dir.startswith("test") else None, None)
             for file in files:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150126/2a4eecd8/attachment.html>


More information about the calendarserver-changes mailing list