mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
meson: Add two missing regress tests
It's likely worth adding some automated way of preventing further omissions. We're discussing how to best do that. Reported-by: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20230117173509.GV9837@telsasoft.com
This commit is contained in:
@ -41,6 +41,7 @@ tests += {
|
|||||||
'regress': {
|
'regress': {
|
||||||
'sql': [
|
'sql': [
|
||||||
'pg_stat_statements',
|
'pg_stat_statements',
|
||||||
|
'oldextversions',
|
||||||
],
|
],
|
||||||
'regress_args': ['--temp-config', files('pg_stat_statements.conf')],
|
'regress_args': ['--temp-config', files('pg_stat_statements.conf')],
|
||||||
# Disabled because these tests require
|
# Disabled because these tests require
|
||||||
|
@ -8,6 +8,7 @@ tests += {
|
|||||||
'sql': [
|
'sql': [
|
||||||
'rolenames',
|
'rolenames',
|
||||||
'alter_system_table',
|
'alter_system_table',
|
||||||
|
'guc_privs',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user