We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa03f3 commit 00ae5d6Copy full SHA for 00ae5d6
src/bin/pg_dump/meson.build
@@ -82,6 +82,7 @@ tests += {
82
'sd': meson.current_source_dir(),
83
'bd': meson.current_build_dir(),
84
'tap': {
85
+ 'env': {'GZIP_PROGRAM': gzip.path()},
86
'tests': [
87
't/001_basic.pl',
88
't/002_pg_dump.pl',
src/bin/pg_verifybackup/meson.build
@@ -21,6 +21,10 @@ tests += {
21
22
23
24
+ 'env': {'GZIP_PROGRAM': gzip.path(),
25
+ 'TAR': tar.path(),
26
+ 'LZ4': program_lz4.found() ? program_lz4.path() : '',
27
+ 'ZSTD': program_zstd.found() ? program_zstd.path() : ''},
28
29
30
't/002_algorithm.pl',
0 commit comments