[CalendarServer-changes] [7409] CalendarServer/trunk/contrib/performance/run.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue May 3 10:57:17 PDT 2011


Revision: 7409
          http://trac.macosforge.org/projects/calendarserver/changeset/7409
Author:   exarkun at twistedmatrix.com
Date:     2011-05-03 10:57:17 -0700 (Tue, 03 May 2011)
Log Message:
-----------
Use shell.sh to set up the environment in this helper

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/run.sh

Modified: CalendarServer/trunk/contrib/performance/run.sh
===================================================================
--- CalendarServer/trunk/contrib/performance/run.sh	2011-05-03 17:54:29 UTC (rev 7408)
+++ CalendarServer/trunk/contrib/performance/run.sh	2011-05-03 17:57:17 UTC (rev 7409)
@@ -16,4 +16,10 @@
 # limitations under the License.
 ##
 
-PYTHONPATH=$PYTHONPATH:~/Projects/CalendarServer/Twisted:~/Projects/CalDAVClientLibrary/trunk/src "$@"
+pushd ~/Projects/CalendarServer/trunk
+source support/shell.sh
+popd
+
+export PYTHONPATH=$PYTHONPATH:~/Projects/CalDAVClientLibrary/trunk/src
+
+exec "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110503/7fcd6c1b/attachment.html>


More information about the calendarserver-changes mailing list