diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_upgrade/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_upgrade/meson.build b/src/bin/pg_upgrade/meson.build index cc2ba97d9a9..da84344966a 100644 --- a/src/bin/pg_upgrade/meson.build +++ b/src/bin/pg_upgrade/meson.build @@ -45,6 +45,7 @@ tests += { 't/002_pg_upgrade.pl', 't/003_logical_slots.pl', 't/004_subscription.pl', + 't/005_char_signedness.pl', ], 'test_kwargs': {'priority': 40}, # pg_upgrade tests are slow }, |