]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
run-make-check.sh: let ctest generate XML output 40400/head
authorKefu Chai <kchai@redhat.com>
Thu, 25 Mar 2021 09:08:48 +0000 (17:08 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 25 Mar 2021 09:14:09 +0000 (17:14 +0800)
commit48ba39987d3958531589d7969750ea749e6a6d30
tree8457ab105104ced53f6b629c09aa393f36f8d07c
parentc420dedae47d70897d4e48083f4024806297c6a2
run-make-check.sh: let ctest generate XML output

to enable XUnit plugin of jenkins to consume the ctest output and
publish it in the dashboard, we need to

* let ctest generate XML output instead of plain text output
* do not fail the test if any test case fails. this allows the publisher
  to do its job by checking the XML output.
* prevent ctest from compressing the output. see
  https://issues.jenkins.io/browse/JENKINS-21737

Signed-off-by: Kefu Chai <kchai@redhat.com>
run-make-check.sh