Commit b195e6d482 forgot to update meson.build.
authorAmit Kapila <akapila@postgresql.org>
Fri, 27 Oct 2023 07:49:49 +0000 (13:19 +0530)
committerAmit Kapila <akapila@postgresql.org>
Fri, 27 Oct 2023 07:49:49 +0000 (13:19 +0530)
Author: Hayato Kuroda
Discussion: http://postgr.es/m/TYCPR01MB58701BA358D80073ED1BD528F5DCA@TYCPR01MB5870.jpnprd01.prod.outlook.com

src/bin/pg_upgrade/meson.build

index 2c4f38d865bc521d62b1ce88fe20d65b7b4f153e..3e8a08e06239915c6e929c522864f1ccbefaaf60 100644 (file)
@@ -42,7 +42,7 @@ tests += {
     'tests': [
       't/001_basic.pl',
       't/002_pg_upgrade.pl',
-      't/003_upgrade_logical_replication_slots.pl',
+      't/003_logical_slots.pl',
     ],
     'test_kwargs': {'priority': 40}, # pg_upgrade tests are slow
   },