[CalendarServer-changes] [1105] CalDAVTester/trunk/run.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 25 08:57:47 PST 2007


Revision: 1105
          http://trac.macosforge.org/projects/calendarserver/changeset/1105
Author:   cdaboo at apple.com
Date:     2007-01-25 08:57:47 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
Actually do --all.

Modified Paths:
--------------
    CalDAVTester/trunk/run.py

Modified: CalDAVTester/trunk/run.py
===================================================================
--- CalDAVTester/trunk/run.py	2007-01-25 16:55:01 UTC (rev 1104)
+++ CalDAVTester/trunk/run.py	2007-01-25 16:57:47 UTC (rev 1105)
@@ -61,7 +61,7 @@
 
 def runIt():
     pythonpath= ":".join(add_paths)
-    subprocess.Popen(["./testcaldav.py", "availability.xml"], env={"PYTHONPATH":pythonpath}).wait()
+    subprocess.Popen(["./testcaldav.py", "--all"], env={"PYTHONPATH":pythonpath}).wait()
 
 if __name__ == "__main__":
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070125/e4b05b1a/attachment.html


More information about the calendarserver-changes mailing list