Fix last test

This commit is contained in:
alesapin 2021-10-25 12:40:44 +03:00
parent 615066cd97
commit 747737646f

View File

@ -12,7 +12,7 @@ echo "Starting clickhouse-server"
$PORT
$CLICKHOUSE_BINARY-server -- --tcp_port "$CLICKHOUSE_PORT_TCP" > server.log 2>&1 &
$CLICKHOUSE_BINARY server -- --tcp_port "$CLICKHOUSE_PORT_TCP" --path /tmp/ > server.log 2>&1 &
PID=$!
function finish {