You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2015/04/23 21:25:13 UTC

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

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 <sn...@apache.org>
Authored: Thu Apr 23 15:25:04 2015 -0400
Committer: sneethiraj <sn...@apache.org>
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>