mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Fix last test
This commit is contained in:
parent
615066cd97
commit
747737646f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user