mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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': {
|
||||
'sql': [
|
||||
'pg_stat_statements',
|
||||
'oldextversions',
|
||||
],
|
||||
'regress_args': ['--temp-config', files('pg_stat_statements.conf')],
|
||||
# Disabled because these tests require
|
||||
|
Reference in New Issue
Block a user