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

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 16 17:07:57 PST 2010


Revision: 5139
          http://trac.macosforge.org/projects/calendarserver/changeset/5139
Author:   wsanchez at apple.com
Date:     2010-02-16 17:07:56 -0800 (Tue, 16 Feb 2010)
Log Message:
-----------
Don't test Twisted by default

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

Modified: CalendarServer/trunk/test
===================================================================
--- CalendarServer/trunk/test	2010-02-16 23:35:40 UTC (rev 5138)
+++ CalendarServer/trunk/test	2010-02-17 01:07:56 UTC (rev 5139)
@@ -27,6 +27,7 @@
 no_colour="";
 until_fail="";
 coverage="";
+m_twisted="";
 
 usage ()
 {
@@ -56,6 +57,7 @@
     'n')  no_colour="--reporter=bwverbose"; ;;
     'u') until_fail="--until-failure"; ;;
     'c')   coverage="--coverage"; ;;
+    't')  m_twisted="twisted"; ;;
   esac;
 done;
 shift $((${OPTIND} - 1));
@@ -67,7 +69,7 @@
 if [ $# -gt 0 ]; then
     test_modules="$@";
 else
-    test_modules="calendarserver twistedcaldav twext txdav txcaldav txcarddav twisted";
+    test_modules="calendarserver twistedcaldav twext txdav txcaldav txcarddav ${m_twisted}";
 fi;
 
 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/20100216/0c37b243/attachment.html>


More information about the calendarserver-changes mailing list