Updated Branches: refs/heads/master aac0b66ff -> 19848636f
ACCUMULO-1870 Functional tests don't configure Monitor log Signed-off-by: Josh Elser <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1e96138b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1e96138b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1e96138b Branch: refs/heads/master Commit: 1e96138bb544e02829474011df850d5f28f299e6 Parents: d059d00 Author: ofishel <[email protected]> Authored: Mon Nov 11 06:50:12 2013 -0800 Committer: Josh Elser <[email protected]> Committed: Wed Nov 13 10:37:32 2013 -0800 ---------------------------------------------------------------------- test/system/auto/TestUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/1e96138b/test/system/auto/TestUtils.py ---------------------------------------------------------------------- diff --git a/test/system/auto/TestUtils.py b/test/system/auto/TestUtils.py index c10c090..b70677a 100755 --- a/test/system/auto/TestUtils.py +++ b/test/system/auto/TestUtils.py @@ -52,7 +52,7 @@ WALOG = os.path.join(ACCUMULO_HOME, 'walogs', ID) LOG_PROPERTIES= os.path.join(ACCUMULO_CONF_DIR, 'log4j.properties') LOG_GENERIC = os.path.join(ACCUMULO_CONF_DIR, 'generic_logger.xml') -LOG_MONITOR = os.path.join(ACCUMULO_CONF_DIR, 'conf', 'monitor_logger.xml') +LOG_MONITOR = os.path.join(ACCUMULO_CONF_DIR, 'monitor_logger.xml') General_CLASSPATH = ("$ACCUMULO_CONF_DIR,$ACCUMULO_HOME/lib/[^.].$ACCUMULO_VERSION.jar, $ACCUMULO_HOME/lib/[^.].*.jar, $ZOOKEEPER_HOME/zookeeper[^.].*.jar," "$HADOOP_HOME/conf,$HADOOP_HOME/[^.].*.jar, $HADOOP_HOME/lib/[^.].*.jar")
