# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <hol...@merlinux.eu>
# Date 1278410662 -7200
# Node ID 890a9cc881a14fb167955a51a068114787fec1ce
# Parent  89c1f9c16e77248dc23a422ba73e0b2e01e83ae0
adjust tox.ini

--- a/tox.ini
+++ b/tox.ini
@@ -3,12 +3,13 @@ distshare={homedir}/.tox/distshare
 
 [tox:hudson]
 distshare={toxworkdir}/distshare
-sdistfile={distshare}/py-1.3.2a1.zip
+sdistsrc={distshare}/py-**LATEST**
 
 [testenv]
 changedir=testing  
 commands=
-  py.test --confcutdir=..  -rfsxX --junitxml=junit-{envname}.xml 
--tools-on-path []
+  py.test --confcutdir=..  -rfsxX \
+        --junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
 deps= 
     pexpect
 [testenv:py27]
@@ -20,7 +21,8 @@ basepython=python
 deps=docutils 
      pygments
 changedir=doc
-commands= py.test -rsfxX --confcutdir=.. --junitxml=junit-{envname}s.xml 
--forcegen
+commands= py.test -rsfxX --confcutdir=.. \
+        --junitxml={envlogdir}/junit-{envname}s.xml --forcegen
 [testenv:py25]
 basepython=python2.5
 [testenv:py24]
@@ -35,6 +37,6 @@ changedir=testing
 basepython=jython
 commands=
     {envpython} {envbindir}/py.test-jython --confcutdir=..  \
-        -rfsxX --junitxml=junit-{envname}1.xml [io_ code]
+        -rfsxX --junitxml={envlogdir}/junit-{envname}1.xml [io_ code]
     {envpython} {envbindir}/py.test-jython --confcutdir=..  \
-        -rfsxX --junitxml=junit-{envname}2.xml acceptance_test.py plugin
+        -rfsxX --junitxml={envlogdir}/junit-{envname}2.xml acceptance_test.py 
plugin
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to