mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Change exception regexp in test.
This commit is contained in:
parent
6d5c0bdf91
commit
84b4070213
@ -20,7 +20,7 @@ function ch_url() {
|
||||
|
||||
# Check correct exceptions handling
|
||||
|
||||
exception_pattern="displayText() = DB::Exception:[[:print:]]* e\.what() = DB::Exception"
|
||||
exception_pattern="displayText() = DB::Exception:[[:print:]]*"
|
||||
|
||||
function check_only_exception() {
|
||||
local res=`ch_url "$1" "$2"`
|
||||
|
Loading…
Reference in New Issue
Block a user