You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-15 07:04:14 +02:00
Add a workflow to build and test probackup on Windows (#484)
* Add a workflow to build and test probackup on Windows * [PBCKP-149] fix test_basic_validate_nullified_heap_page_backup for windows Co-authored-by: Alexey Savchkov <a.savchkov@postgrespro.ru> Co-authored-by: Mikhail A. Kulagin <m.kulagin@postgrespro.ru>
This commit is contained in:
@ -89,11 +89,7 @@ def dir_files(base_dir):
|
||||
|
||||
def is_enterprise():
|
||||
# pg_config --help
|
||||
if os.name == 'posix':
|
||||
cmd = [os.environ['PG_CONFIG'], '--help']
|
||||
|
||||
elif os.name == 'nt':
|
||||
cmd = [[os.environ['PG_CONFIG']], ['--help']]
|
||||
cmd = [os.environ['PG_CONFIG'], '--help']
|
||||
|
||||
p = subprocess.Popen(
|
||||
cmd,
|
||||
|
Reference in New Issue
Block a user