Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-25 21:22:03 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-25 21:22:03 +0400
commit7ed51416e8b5cbc2575b5166f14a36afdb32f5d1 (patch)
tree45c9c64a31e9afd238bd5e88199d5e37262e172e /tests
parentc66785fa4cadba189f5e559ff281efeaf1eb5305 (diff)
Testing recursive chmod
Diffstat (limited to 'tests')
-rw-r--r--tests/build-ci.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/build-ci.xml b/tests/build-ci.xml
index 61c5f35539..d8ee61c18e 100644
--- a/tests/build-ci.xml
+++ b/tests/build-ci.xml
@@ -12,14 +12,12 @@
<mkdir dir="${basedir}/../tmp/cache" />
<mkdir dir="${basedir}/../tmp/latest" />
<mkdir dir="${basedir}/../tmp/sessions" />
+
<chmod perm="a+rw">
<dirset dir="${basedir}/..">
<include name="config" />
<include name="tmp" />
- <include name="tmp/templates_c" />
- <include name="tmp/cache" />
- <include name="tmp/latest" />
- <include name="tmp/sessions" />
+ <include name="tmp/**" />
</dirset>
</chmod>
</target>