mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix fast check grep
This commit is contained in:
parent
f4d936fc55
commit
0828447a58
@ -6,7 +6,7 @@ CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
|
||||
function get_exception_message()
|
||||
{
|
||||
$CLICKHOUSE_CLIENT --query "$1" |& grep -o 'Path must.*path'
|
||||
$CLICKHOUSE_CLIENT --query "$1" |& grep -o 'Path must be inside user-files path'
|
||||
}
|
||||
|
||||
get_exception_message "create database db_filesystem ENGINE=Filesystem('/etc');"
|
||||
|
Loading…
Reference in New Issue
Block a user