mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
One more fix for pg91 in test suite
This commit is contained in:
parent
54f5db851d
commit
8d4c1e3617
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ end_per_group(pgsql, Config) ->
|
||||||
case catch ejabberd_sql:sql_query(?PGSQL_VHOST, [Query]) of
|
case catch ejabberd_sql:sql_query(?PGSQL_VHOST, [Query]) of
|
||||||
{selected, [t]} ->
|
{selected, [t]} ->
|
||||||
clear_sql_tables(pgsql, Config);
|
clear_sql_tables(pgsql, Config);
|
||||||
|
{selected, _, [[<<"t">>]]} ->
|
||||||
|
clear_sql_tables(pgsql, Config);
|
||||||
Other ->
|
Other ->
|
||||||
ct:fail({failed_to_check_table_existence, pgsql, Other})
|
ct:fail({failed_to_check_table_existence, pgsql, Other})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue