projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
151c22d
)
test_extensions: sync meson.build with Makefile.
author
Jeff Davis
<
[email protected]
>
Fri, 7 Jul 2023 18:39:19 +0000
(11:39 -0700)
committer
Jeff Davis
<
[email protected]
>
Fri, 7 Jul 2023 18:39:19 +0000
(11:39 -0700)
Makefile does not specify ENCODING, meson.build should not,
either. Oversight in commit
877bf52cff
.
Discussion: https://postgr.es/m/
[email protected]
Reported-by: Michael Paquier
src/test/modules/test_extensions/meson.build
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/test_extensions/meson.build
b/src/test/modules/test_extensions/meson.build
index 698775b28d84359c50e00e514a6aa27797efa044..cbb8401579f2f065c55857c73dc45959d5e5958a 100644
(file)
--- a/
src/test/modules/test_extensions/meson.build
+++ b/
src/test/modules/test_extensions/meson.build
@@
-47,6
+47,6
@@
tests += {
'test_extensions',
'test_extdepend',
],
- 'regress_args': ['--no-locale'
, '--encoding=UTF8'
],
+ 'regress_args': ['--no-locale'],
},
}