[CalendarServer-changes] [13426] CalendarServer/trunk/bin

source_changes at macosforge.org source_changes at macosforge.org
Sat May 3 09:30:19 PDT 2014


Revision: 13426
          http://trac.calendarserver.org//changeset/13426
Author:   dre at apple.com
Date:     2014-05-03 09:30:19 -0700 (Sat, 03 May 2014)
Log Message:
-----------
Give bin/trial and bin/testserver all the environment they need

Modified Paths:
--------------
    CalendarServer/trunk/bin/testserver
    CalendarServer/trunk/bin/trial

Modified: CalendarServer/trunk/bin/testserver
===================================================================
--- CalendarServer/trunk/bin/testserver	2014-05-03 02:39:23 UTC (rev 13425)
+++ CalendarServer/trunk/bin/testserver	2014-05-03 16:30:19 UTC (rev 13426)
@@ -84,5 +84,8 @@
 # Do The Right Thing
 ##
 
+do_setup="false";
+develop > /dev/null;
+
 cd "${cdt}" && "${python}" testcaldav.py ${random} ${seed} ${ssl} --print-details-onfail ${printres} -s "${serverinfo}" ${subdir} "$@";
 

Modified: CalendarServer/trunk/bin/trial
===================================================================
--- CalendarServer/trunk/bin/trial	2014-05-03 02:39:23 UTC (rev 13425)
+++ CalendarServer/trunk/bin/trial	2014-05-03 16:30:19 UTC (rev 13426)
@@ -25,6 +25,8 @@
 . "${wd}/bin/_build.sh";
 
 init_build > /dev/null;
+do_setup="false";
+develop > /dev/null;
 
 exec "${python}" \
   -c "\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140503/a60a836c/attachment-0001.html>


More information about the calendarserver-changes mailing list