mirror of https://github.com/ceph/go-ceph
entrypoint: silence a shellcheck warning
For this one single case, it feels like overkill to use an array or other fancy technique. Just silence shellcheck on this instance. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
24f02ecb2f
commit
f2f2c5447b
|
@ -306,6 +306,8 @@ test_go_ceph() {
|
|||
pkgs=$(go list ${BUILD_TAGS} ./... | sed -e "s,^${PKG_PREFIX}/\?,," | grep -v ^contrib)
|
||||
pre_all_tests
|
||||
if [[ ${WAIT_FILES} ]]; then
|
||||
# this is less gross looking than any other bash-native split-to-array code
|
||||
# shellcheck disable=SC2086
|
||||
wait_for_files ${WAIT_FILES//:/ }
|
||||
fi
|
||||
if [[ ${MIRROR_CONF} ]]; then
|
||||
|
|
Loading…
Reference in New Issue