summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2022-11-17 06:43:50 +0000
committerPeter Eisentraut2022-11-17 06:43:50 +0000
commit1d87037ac84606a5bd0c2cd95e5f28b83545c6cd (patch)
treea6752256dc87368c4b064eb3035c072942a9c199
parentaca992040951c7665f1701cd25d48808eda7a809 (diff)
Export with_icu when running src/bin/scripts tests with meson
Author: Marina Polyakova <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected]
-rw-r--r--src/bin/scripts/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/scripts/meson.build b/src/bin/scripts/meson.build
index 837562c24e5..c9c74d10acc 100644
--- a/src/bin/scripts/meson.build
+++ b/src/bin/scripts/meson.build
@@ -38,6 +38,7 @@ tests += {
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'tap': {
+ 'env': {'with_icu': icu.found() ? 'yes' : 'no'},
'tests': [
't/010_clusterdb.pl',
't/011_clusterdb_all.pl',