This commit is contained in:
Yatsishin Ilya 2020-07-28 16:08:08 +03:00
parent c34b1b7db8
commit 7ca2a54e74

View File

@ -19,8 +19,11 @@ set -e
echo "Start tests"
export CLICKHOUSE_TESTS_SERVER_BIN_PATH=/clickhouse
export CLICKHOUSE_TESTS_CLIENT_BIN_PATH=/clickhouse
export CLICKHOUSE_TESTS_BASE_CONFIG_DIR=/clickhouse-config
export CLICKHOUSE_TESTS_BASE_CONFIG_DIR=/clickhouse-base-config
export CLICKHOUSE_ODBC_BRIDGE_BINARY_PATH=/clickhouse-odbc-bridge
#backward compatibility with older stables
ln -s /clickhouse-base-config /clickhouse-config
cd /ClickHouse/tests/integration
exec "$@"