Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8bf8265

Browse files
committed
meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup
396d348 omitted adding with_icu to the pg_dump tests undermeson. Conversely,e692727 exported ZSTD for pg_basebackup's tests, despitepg_basebackup's ZSTD support not having any tests.Reported-by: Justin Pryzby <pryzby@telsasoft.com>Discussion:https://postgr.es/m/20230226225239.GL1653@telsasoft.com
1 parentf1c3963 commit8bf8265

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/bin/pg_basebackup/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tests += {
8383
'env': {'GZIP_PROGRAM': gzip.path(),
8484
'TAR': tar.path(),
8585
'LZ4': program_lz4.found() ? program_lz4.path() :'',
86-
'ZSTD': program_zstd.found() ? program_zstd.path() :''},
86+
},
8787
'tests': [
8888
't/010_pg_basebackup.pl',
8989
't/020_pg_receivewal.pl',

‎src/bin/pg_dump/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ tests += {
9090
'env': {
9191
'GZIP_PROGRAM': gzip.path(),
9292
'LZ4': program_lz4.found() ? program_lz4.path() :'',
93+
'with_icu': icu.found() ?'yes' :'no',
9394
},
9495
'tests': [
9596
't/001_basic.pl',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp