diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-11-17 07:43:50 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-11-17 07:43:50 +0100 |
commit | 1d87037ac84606a5bd0c2cd95e5f28b83545c6cd (patch) | |
tree | a6752256dc87368c4b064eb3035c072942a9c199 /src | |
parent | aca992040951c7665f1701cd25d48808eda7a809 (diff) | |
download | postgresql-1d87037ac84606a5bd0c2cd95e5f28b83545c6cd.tar.gz postgresql-1d87037ac84606a5bd0c2cd95e5f28b83545c6cd.zip |
Export with_icu when running src/bin/scripts tests with meson
Author: Marina Polyakova <m.polyakova@postgrespro.ru>
Discussion: https://www.postgresql.org/message-id/flat/534fed4a262fee534662bd07a691c5ef@postgrespro.ru
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/scripts/meson.build | 1 |
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', |