diff options
| author | Peter Eisentraut | 2022-11-17 06:43:50 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2022-11-17 06:43:50 +0000 |
| commit | 1d87037ac84606a5bd0c2cd95e5f28b83545c6cd (patch) | |
| tree | a6752256dc87368c4b064eb3035c072942a9c199 /src/bin/scripts | |
| parent | aca992040951c7665f1701cd25d48808eda7a809 (diff) | |
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/bin/scripts')
| -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 837562c24e..c9c74d10ac 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', |
