mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
Fixed FT testcase
This commit is contained in:
parent
c82059cb9b
commit
4e0b840cdc
@ -47,7 +47,7 @@ local_opts=(
|
|||||||
"--config-file=$CUR_DIR/config.xml"
|
"--config-file=$CUR_DIR/config.xml"
|
||||||
"--send_logs_level=none")
|
"--send_logs_level=none")
|
||||||
|
|
||||||
${CLICKHOUSE_LOCAL} "${local_opts[@]}" --query 'Select 1' | grep -v -e 'Processing configuration file'
|
${CLICKHOUSE_LOCAL} "${local_opts[@]}" --query 'Select 1' |& grep -v -e 'Processing configuration file'
|
||||||
|
|
||||||
rm -rf $CUR_DIR/users.xml
|
rm -rf $CUR_DIR/users.xml
|
||||||
rm -rf $CUR_DIR/config.xml
|
rm -rf $CUR_DIR/config.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user