mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
One more fix for pg91 in test suite
This commit is contained in:
parent
54f5db851d
commit
8d4c1e3617
@ -190,6 +190,8 @@ end_per_group(pgsql, Config) ->
|
||||
case catch ejabberd_sql:sql_query(?PGSQL_VHOST, [Query]) of
|
||||
{selected, [t]} ->
|
||||
clear_sql_tables(pgsql, Config);
|
||||
{selected, _, [[<<"t">>]]} ->
|
||||
clear_sql_tables(pgsql, Config);
|
||||
Other ->
|
||||
ct:fail({failed_to_check_table_existence, pgsql, Other})
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user