From ae3bfec2f693a33bfa0076d2dec5dd55d5a2730f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 30 May 2012 17:33:55 -0700 Subject: [PATCH] Enable nose xunit. Always use the nose xunit plugin when running tox. Change-Id: I1c5acae7776069452a3773f906f630c3901758d6 --- modules/jenkins_slave/files/slave_scripts/run-tox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/jenkins_slave/files/slave_scripts/run-tox.sh b/modules/jenkins_slave/files/slave_scripts/run-tox.sh index b83d65a44c..13472a6f99 100755 --- a/modules/jenkins_slave/files/slave_scripts/run-tox.sh +++ b/modules/jenkins_slave/files/slave_scripts/run-tox.sh @@ -27,6 +27,8 @@ else venv=py$version fi +export NOSE_WITH_XUNIT=1 + tox -e$venv result=$?