You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/24 05:05:18 UTC

svn commit: r1580732 - /thrift/cms-site/trunk/lib/path.pm

Author: joes
Date: Mon Mar 24 04:05:18 2014
New Revision: 1580732

URL: http://svn.apache.org/r1580732
Log:
test tree

Modified:
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1580732&r1=1580731&r2=1580732&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 24 04:05:18 2014
@@ -38,7 +38,7 @@ our @patterns = (
 our %dependencies;
 
 walk_content_tree {
-    if (/\.md(?:text)?$/ or m!/index\.html$!) {
+    if (/\.md(?:text)?$/ or m!/index\.html$! or m!^/test/!) {
         # basically grep s/^content//, glob("content/**/*.{md,mdtext}"),
         #                              glob("content/**/index.html");
         # if perl's glob was as smart as zsh's glob