mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix functional test
This commit is contained in:
parent
bef5af3f57
commit
fa03fbdc5b
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=fatal
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CURDIR"/../shell_config.sh
|
||||
$CLICKHOUSE_CLIENT --query "DROP DATABASE IF EXISTS test_01671"
|
||||
$CLICKHOUSE_CLIENT --query "CREATE DATABASE test_01671"
|
||||
|
Loading…
Reference in New Issue
Block a user