Ido Barkan has uploaded a new change for review.

Change subject: tests: let nose produce an xunit xml format.
......................................................................

tests: let nose produce an xunit xml format.

This should allow Jenkins to understand the tests results and present
it nicely in it's UI.

Change-Id: I7aa8702c58d35529898462b754fb828fdbf9b0f8
Signed-off-by: Ido Barkan <[email protected]>
---
M automation/check-patch.sh
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/98/45698/1

diff --git a/automation/check-patch.sh b/automation/check-patch.sh
index 51f7ee3..b6766e7 100755
--- a/automation/check-patch.sh
+++ b/automation/check-patch.sh
@@ -3,8 +3,8 @@
 # Run on each patch to gerrit, should be faster than check-meged and require
 # less resources but thorough enough to provide relevant feedback
 
-# Nose 1.3.0 and later segatult with this flag
-#export NOSE_WITH_XUNIT=1
+
+export NOSE_WITH_XUNIT=1 # nose will produce nosetests.xml with tests results
 
 export NOSE_SKIP_STRESS_TESTS=1
 # this redefines 'ugly' but looks like NOSE_EXCLUDE works at test method level,


-- 
To view, visit https://gerrit.ovirt.org/45698
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7aa8702c58d35529898462b754fb828fdbf9b0f8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ido Barkan <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to