[CalendarServer-changes] [11197] CalendarServer/branches/users/gaya/sharedgroups-3/testserver

source_changes at macosforge.org source_changes at macosforge.org
Wed May 15 19:16:59 PDT 2013


Revision: 11197
          http://trac.calendarserver.org//changeset/11197
Author:   gaya at apple.com
Date:     2013-05-15 19:16:59 -0700 (Wed, 15 May 2013)
Log Message:
-----------
./testserver -d now only tests the specified subdirectory, e.g. "./testserver -d CardDAV"

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/sharedgroups-3/testserver

Modified: CalendarServer/branches/users/gaya/sharedgroups-3/testserver
===================================================================
--- CalendarServer/branches/users/gaya/sharedgroups-3/testserver	2013-05-16 02:15:32 UTC (rev 11196)
+++ CalendarServer/branches/users/gaya/sharedgroups-3/testserver	2013-05-16 02:16:59 UTC (rev 11197)
@@ -49,7 +49,7 @@
     '?') usage; ;;
     'h') usage -; exit 0; ;;
     't')   cdt="${OPTARG}"; serverinfo="${OPTARG}/scripts/server/serverinfo.xml"; ;;
-    'd')   subdir="--subdir ${OPTARG} "; ;;
+    'd')   subdir="--subdir=${OPTARG}"; ;;
     's')   serverinfo="${OPTARG}"; ;;
     'r')   printres="--always-print-request --always-print-response"; ;;
     'v')   verbose="v"; ;;
@@ -68,5 +68,5 @@
 
 source "${wd}/support/shell.sh";
 
-cd "${cdt}" && "${python}" testcaldav.py --print-details-onfail ${printres} -s "${serverinfo}" "${subdir}""$@";
+cd "${cdt}" && "${python}" testcaldav.py --print-details-onfail ${printres} -s "${serverinfo}" ${subdir} "$@";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130515/1854c674/attachment-0001.html>


More information about the calendarserver-changes mailing list