mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Fix last test
This commit is contained in:
parent
615066cd97
commit
747737646f
@ -12,7 +12,7 @@ echo "Starting clickhouse-server"
|
|||||||
|
|
||||||
$PORT
|
$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=$!
|
PID=$!
|
||||||
|
|
||||||
function finish {
|
function finish {
|
||||||
|
Loading…
Reference in New Issue
Block a user