a987b734创建于 2024年11月15日历史提交
#!/bin/bash
set -e

INTEGRATION_DIR="$( cd "$( dirname "$0" )" && pwd )"
. "${INTEGRATION_DIR}"/functions.sh

run_test "Log integration test" "${INTEGRATION_DIR}/log_integration_test.sh" "$@"