Repository: incubator-ranger
Updated Branches:
  refs/heads/master 9cf48048d -> 1b08191bd


RANGER-353: Fixed failures on Unit Tests due to unassigned logdir during 
unittest run


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/1b08191b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/1b08191b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/1b08191b

Branch: refs/heads/master
Commit: 1b08191bda7b509aa35cd339e6c6c0df5d18bbbd
Parents: 9cf4804
Author: sneethiraj <[email protected]>
Authored: Thu Apr 23 15:25:04 2015 -0400
Committer: sneethiraj <[email protected]>
Committed: Thu Apr 23 15:25:04 2015 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/1b08191b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 55fa6e4..2a993d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,6 +350,10 @@
            <encoding>UTF-8</encoding>
            <systemProperties>
               <property>
+                <name>logdir</name>
+                <value>${project.build.directory}</value>
+              </property>
+              <property>
                 <name>catalina.base</name>
                 <value>${project.build.directory}</value>
               </property>

Reply via email to