diff options
author | Michael Paquier | 2023-06-15 08:27:21 +0000 |
---|---|---|
committer | Michael Paquier | 2023-06-15 08:27:21 +0000 |
commit | ac68323a8788a881aa37671126346c08b1b08091 (patch) | |
tree | db207b667389c39f994ad44aff9e70a949a70070 | |
parent | a54fc892ad0a5673d75b199128b1f5fcf5e1a41d (diff) |
Add missing subscription TAP test for meson
033_run_as_table_owner was missing from the list of subscription tests
to run under meson, so add it.
Oversight in 4826759.
Author: Hayato Kuroda
Discussion: https://postgr.es/m/TYAPR01MB58668F4D85A9A122A158F442F55BA@TYAPR01MB5866.jpnprd01.prod.outlook.com
-rw-r--r-- | src/test/subscription/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/subscription/meson.build b/src/test/subscription/meson.build index f85bf92b6f2..bd673a9d683 100644 --- a/src/test/subscription/meson.build +++ b/src/test/subscription/meson.build @@ -39,6 +39,7 @@ tests += { 't/030_origin.pl', 't/031_column_list.pl', 't/032_subscribe_use_index.pl', + 't/033_run_as_table_owner.pl', 't/100_bugs.pl', ], }, |