[CalendarServer-changes] [7065] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 21 18:05:54 PST 2011


Revision: 7065
          http://trac.macosforge.org/projects/calendarserver/changeset/7065
Author:   wsanchez at apple.com
Date:     2011-02-21 18:05:54 -0800 (Mon, 21 Feb 2011)
Log Message:
-----------
Move _trial_temp_ to data/trial

Modified Paths:
--------------
    CalendarServer/trunk/test

Property Changed:
----------------
    CalendarServer/trunk/


Property changes on: CalendarServer/trunk
___________________________________________________________________
Modified: svn:ignore
   - .dependencies
*.tgz
data
logs
build
*.pyc
*.pyo
_trial_temp*
_run
.settings
.project
.pydevproject

   + .dependencies
*.tgz
data
logs
build
*.pyc
*.pyo
_run
.settings
.project
.pydevproject


Modified: CalendarServer/trunk/test
===================================================================
--- CalendarServer/trunk/test	2011-02-22 02:02:45 UTC (rev 7064)
+++ CalendarServer/trunk/test	2011-02-22 02:05:54 UTC (rev 7065)
@@ -78,4 +78,4 @@
 
 find "${wd}" -name \*.pyc -print0 | xargs -0 rm;
 
-cd "${wd}" && "${python}" "${trial}" --rterrors ${random} ${until_fail} ${no_colour} ${coverage} ${test_modules};
+cd "${wd}" && "${python}" "${trial}" --temp-directory="${wd}/data/trial" --rterrors ${random} ${until_fail} ${no_colour} ${coverage} ${test_modules};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110221/a63d1ea3/attachment.html>


More information about the calendarserver-changes mailing list