diff --git a/contrib/build-ceph-base.sh b/contrib/build-ceph-base.sh index 7f15a37b5..0c57908fc 100644 --- a/contrib/build-ceph-base.sh +++ b/contrib/build-ceph-base.sh @@ -7,6 +7,7 @@ set -Eeuo pipefail SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" PRERELEASE="${PRERELEASE:-false}" +TEST_BUILD_ONLY="${TEST_BUILD_ONLY:-false}" # shellcheck disable=SC1090 # sourcing from a variable here does indeed work source "${SCRIPT_DIR}/ceph-build-config.sh"