[CalendarServer-changes] [12474] CalendarServer/trunk/bin/test

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:16:38 PDT 2014


Revision: 12474
          http://trac.calendarserver.org//changeset/12474
Author:   wsanchez at apple.com
Date:     2014-01-30 10:02:53 -0800 (Thu, 30 Jan 2014)
Log Message:
-----------
Move trial dir to .develop/trial

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

Modified: CalendarServer/trunk/bin/test
===================================================================
--- CalendarServer/trunk/bin/test	2014-01-30 03:41:32 UTC (rev 12473)
+++ CalendarServer/trunk/bin/test	2014-01-30 18:02:53 UTC (rev 12474)
@@ -98,15 +98,15 @@
 # Unit tests
 ##
 
-cd "${wd}" && "${wd}/bin/trial"    \
-  --temp-directory="${wd}/.trial"  \
-  --rterrors                       \
-  ${reactor}                       \
-  ${random}                        \
-  ${until_fail}                    \
-  ${no_color}                      \
-  ${coverage}                      \
-  ${numjobs}                       \
+cd "${wd}" && "${wd}/bin/trial"         \
+  --temp-directory="${dev_home}/trial"  \
+  --rterrors                            \
+  ${reactor}                            \
+  ${random}                             \
+  ${until_fail}                         \
+  ${no_color}                           \
+  ${coverage}                           \
+  ${numjobs}                            \
   "$@";
 
 
@@ -114,6 +114,7 @@
   exit 0;
 fi;
 
+
 ##
 # Linting
 ##
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/65636a44/attachment.html>


More information about the calendarserver-changes mailing list