Skip to content

Commit

Permalink
Added log4j properties folder for junit test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiewu committed Jul 11, 2012
1 parent b687f02 commit ffff0f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.properties
Expand Up @@ -36,5 +36,8 @@ tomcat.manager.username=tomcat
tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Log4j
log4j.properties.dir=src/java

## Release
curr.release=0.90.1
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -372,6 +372,7 @@
<replace-dir dir="${testhtml.dir}" />
<junit printsummary="yes" showoutput="true" maxmemory="1024m">
<classpath refid="test-classpath" />
<classpath path="${log4j.properties.dir}" />
<formatter type="xml" />
<batchtest fork="yes" todir="${testreport.dir}">
<fileset dir="${unittestsrc.dir}">
Expand Down

0 comments on commit ffff0f7

Please sign in to comment.