[CalendarServer-changes] [12205] twext/trunk/test

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:24:58 PDT 2014


Revision: 12205
          http://trac.calendarserver.org//changeset/12205
Author:   wsanchez at apple.com
Date:     2013-12-23 16:51:17 -0800 (Mon, 23 Dec 2013)
Log Message:
-----------
cosmetic

Modified Paths:
--------------
    twext/trunk/test

Modified: twext/trunk/test
===================================================================
--- twext/trunk/test	2013-12-24 00:51:00 UTC (rev 12204)
+++ twext/trunk/test	2013-12-24 00:51:17 UTC (rev 12205)
@@ -129,7 +129,16 @@
 echo "";
 echo "Checking for empty files...";
 tmp="$(mktemp -t "twext_test_empty.XXXXX")";
-find "${wd}" '!' '(' -type d '(' -path '*/.*' -or -name data -or -name build ')' -prune ')' -type f -size 0 > "${tmp}";
+
+find "${wd}"                                             \
+  '!' '('                                                \
+    -type d                                              \
+    '(' -path '*/.*' -or -name data -or -name build ')'  \
+    -prune                                               \
+  ')'                                                    \
+  -type f -size 0                                        \
+  > "${tmp}";
+
 if [ -s "${tmp}" ]; then
     echo "**** Empty files: ****";
     cat "${tmp}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/5b43ef76/attachment.html>


More information about the calendarserver-changes mailing list