[CalendarServer-changes] [5553] CalendarServer/branches/users/wsanchez/transations/test

source_changes at macosforge.org source_changes at macosforge.org
Sun May 2 14:35:48 PDT 2010


Revision: 5553
          http://trac.macosforge.org/projects/calendarserver/changeset/5553
Author:   glyph at apple.com
Date:     2010-05-02 14:35:47 -0700 (Sun, 02 May 2010)
Log Message:
-----------
Use correct paths.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/transations/test

Modified: CalendarServer/branches/users/wsanchez/transations/test
===================================================================
--- CalendarServer/branches/users/wsanchez/transations/test	2010-05-02 21:32:58 UTC (rev 5552)
+++ CalendarServer/branches/users/wsanchez/transations/test	2010-05-02 21:35:47 UTC (rev 5553)
@@ -21,8 +21,13 @@
 
 wd="$(cd "$(dirname "$0")" && pwd -L)";
 
-. support/py.sh;
+DAVD=cal;
 
+. support/build.sh;
+
+do_setup="false";
+do_get="false";
+
 random="--random=$(date "+%s")";
 no_colour="";
 until_fail="";
@@ -62,10 +67,9 @@
 done;
 shift $((${OPTIND} - 1));
 
-twisted="$(cd "${wd}/.." && pwd -L)/Twisted";
+export PYTHONPATH="${wd}";
+dependencies;
 
-export PYTHONPATH="$("${wd}/run" -p)";
-
 if [ $# -gt 0 ]; then
     test_modules="$@";
 else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100502/63721ac3/attachment.html>


More information about the calendarserver-changes mailing list