Change exception regexp in test.

This commit is contained in:
Maxim Akhmedov 2019-02-07 00:00:19 +03:00
parent 6d5c0bdf91
commit 84b4070213

View File

@ -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"`