Re: test_extensions: fix inconsistency between meson.build and Makefile - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: test_extensions: fix inconsistency between meson.build and Makefile
Date
Msg-id ZKYpvvNQdbQuRDGx@paquier.xyz
Whole thread Raw
In response to Re: test_extensions: fix inconsistency between meson.build and Makefile  (Gurjeet Singh <gurjeet@singh.im>)
Responses Re: test_extensions: fix inconsistency between meson.build and Makefile
List pgsql-hackers
On Sat, Jun 17, 2023 at 07:40:18AM -0700, Gurjeet Singh wrote:
> So attached is updated patch that makes the order consistent across
> all 3 occurrences.

There is no need to update unaccent since 44e73a4.

--- a/src/test/modules/test_extensions/meson.build
+++ b/src/test/modules/test_extensions/meson.build
@@ -47,5 +47,6 @@ tests += {
       'test_extensions',
       'test_extdepend',
     ],
+    'regress_args': ['--no-locale', '--encoding=UTF8'],

Why is the addition of --encoding necessary for test_extensions?  Its
Makefile has a NO_LOCALE, but it has no ENCODING set.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add index scan progress to pg_stat_progress_vacuum
Next
From: Julien Rouhaud
Date:
Subject: Re: contrib/pg_freespacemap first check input argument, then relation_open.