Fixed FT testcase

This commit is contained in:
HeenaBansal2009 2022-07-21 20:27:35 -07:00
parent c82059cb9b
commit 4e0b840cdc

View File

@ -47,7 +47,7 @@ local_opts=(
"--config-file=$CUR_DIR/config.xml"
"--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/config.xml