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@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