mirror of
https://github.com/ceph/go-ceph
synced 2025-02-18 03:36:52 +00:00
entrypoint: don't print results of 'command' when testing for castxml
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
953e3ab495
commit
970b2eecda
@ -244,7 +244,7 @@ post_all_tests() {
|
||||
mkdir -p "${RESULTS_DIR}/coverage"
|
||||
show go tool cover -html=cover.out -o "${RESULTS_DIR}/coverage/go-ceph.html"
|
||||
fi
|
||||
if [[ ${COVERAGE} = yes ]] && command -v castxml ; then
|
||||
if [[ ${COVERAGE} = yes ]] && command -v castxml >/dev/null ; then
|
||||
mkdir -p "${RESULTS_DIR}/coverage"
|
||||
show ./implements --list \
|
||||
--report-json "${RESULTS_DIR}/implements.json" \
|
||||
|
Loading…
Reference in New Issue
Block a user