[CalendarServer-changes] [7345] CalendarServer/branches/users/glyph/oracle-nulls/testserver

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 21 09:52:50 PDT 2011


Revision: 7345
          http://trac.macosforge.org/projects/calendarserver/changeset/7345
Author:   glyph at apple.com
Date:     2011-04-21 09:52:50 -0700 (Thu, 21 Apr 2011)
Log Message:
-----------
complete dependency calculation in testserver as well, including proper python version usage

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/oracle-nulls/testserver

Modified: CalendarServer/branches/users/glyph/oracle-nulls/testserver
===================================================================
--- CalendarServer/branches/users/glyph/oracle-nulls/testserver	2011-04-21 16:52:43 UTC (rev 7344)
+++ CalendarServer/branches/users/glyph/oracle-nulls/testserver	2011-04-21 16:52:50 UTC (rev 7345)
@@ -61,12 +61,13 @@
 # Do The Right Thing
 ##
 
-export PYTHONPATH=$("${wd}/run" -p);
+. "${wd}/support/shell.sh"
 
 if [ ! -e "${documentroot}/calendars/__uids__/user09" ]; then
   curl "http://localhost:8008/calendars/__uids__/user09/";
 fi;
 
-python twistedcaldav/test/data/makelargecalendars.py -o 9 -d "${documentroot}";
+"${python}" twistedcaldav/test/data/makelargecalendars.py -o 9 -d "${documentroot}";
 
-cd "${cdt}" && python testcaldav.py -s "${serverinfo}" "$@";
+cd "${cdt}" && "${python}" testcaldav.py -s "${serverinfo}" "$@";
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110421/92590e9b/attachment-0001.html>


More information about the calendarserver-changes mailing list