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

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 17 11:17:15 PDT 2010


Revision: 5335
          http://trac.macosforge.org/projects/calendarserver/changeset/5335
Author:   wsanchez at apple.com
Date:     2010-03-17 11:17:15 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
Go back to running all tests together.

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

Modified: CalendarServer/trunk/test
===================================================================
--- CalendarServer/trunk/test	2010-03-17 18:16:56 UTC (rev 5334)
+++ CalendarServer/trunk/test	2010-03-17 18:17:15 UTC (rev 5335)
@@ -72,7 +72,4 @@
     test_modules="calendarserver twistedcaldav twext txdav txcaldav txcarddav ${m_twisted}";
 fi;
 
-for module in ${test_modules}; do
-    cd "${wd}" && "${python}" "${twisted}/bin/trial" --rterrors ${random} ${until_fail} ${no_colour} ${coverage} "${module}";
-done;
-
+cd "${wd}" && "${python}" "${twisted}/bin/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/20100317/3afd9d9d/attachment-0001.html>


More information about the calendarserver-changes mailing list