Change in vdsm[master]: automation: Enable xunit report

nsoffer at redhat.com nsoffer at redhat.com
Wed Sep 23 23:11:49 UTC 2015


Nir Soffer has uploaded a new change for review.

Change subject: automation: Enable xunit report
......................................................................

automation: Enable xunit report

This used to segfault python in the past, but I think I fixed the root
cause long time ago.

Trying to use this again since it seems to give interesting output
like the time it took to run each test.

Change-Id: Ie8c09cf21e7cf4a97b7b006f2b3ebe4943ed72b9
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M automation/check-patch.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/40/46640/1

diff --git a/automation/check-patch.sh b/automation/check-patch.sh
index 15707e8..1dba426 100755
--- a/automation/check-patch.sh
+++ b/automation/check-patch.sh
@@ -14,7 +14,7 @@
 "
 
 ./autogen.sh --system --enable-hooks
-make check
+make check NOSE_WITH_XUNIT=1
 
 ./automation/build-artifacts.sh
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie8c09cf21e7cf4a97b7b006f2b3ebe4943ed72b9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list