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

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 20 14:30:55 PDT 2007


Revision: 1891
          http://trac.macosforge.org/projects/calendarserver/changeset/1891
Author:   wsanchez at apple.com
Date:     2007-09-20 14:30:55 -0700 (Thu, 20 Sep 2007)

Log Message:
-----------
Run all twisted tests by default.

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

Modified: CalendarServer/trunk/test
===================================================================
--- CalendarServer/trunk/test	2007-09-20 21:29:57 UTC (rev 1890)
+++ CalendarServer/trunk/test	2007-09-20 21:30:55 UTC (rev 1891)
@@ -56,7 +56,7 @@
 if [ $# -gt 0 ]; then
     test_modules="$@";
 else
-    test_modules="twistedcaldav";
+    test_modules="twistedcaldav twisted";
 fi;
 
 cd "${wd}" && "${twisted}/bin/trial" ${random} ${until_fail} ${no_colour} ${test_modules};

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


More information about the calendarserver-changes mailing list