[CalendarServer-changes] [6794] CalendarServer/trunk/contrib/performance/benchlib.sh

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 20 06:31:20 PST 2011


Revision: 6794
          http://trac.macosforge.org/projects/calendarserver/changeset/6794
Author:   exarkun at twistedmatrix.com
Date:     2011-01-20 06:31:20 -0800 (Thu, 20 Jan 2011)
Log Message:
-----------
Allow setup to run so that dependency changes are handled automatically.

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

Modified: CalendarServer/trunk/contrib/performance/benchlib.sh
===================================================================
--- CalendarServer/trunk/contrib/performance/benchlib.sh	2011-01-20 14:30:11 UTC (rev 6793)
+++ CalendarServer/trunk/contrib/performance/benchlib.sh	2011-01-20 14:31:20 UTC (rev 6794)
@@ -63,7 +63,7 @@
   PIDDIR=$SOURCE/$($EXTRACT $CONF ServerRoot)/$($EXTRACT $CONF RunRoot)
 
   shift
-  ./run -d -n $*
+  ./run -d $*
   while sleep 2; do
     instances=($PIDDIR/*instance*)
     if [ "${#instances[*]}" -eq "$NUM_INSTANCES" ]; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110120/c8645e9d/attachment.html>


More information about the calendarserver-changes mailing list