Commit 4fef1c0
committed
python tests: forward-slash pg_waldump --path archive arguments on Windows
The pg_waldump basic test feeds --path the pgdata directory and, for the
archive scenarios, the pg_wal.tar / pg_wal.tar.gz paths built with
os.path.join (backslashes on Windows). pg_waldump splits the path on "/",
so the backslash form made it fail to open the archive. Normalize the
scenario path to forward slashes, matching the other WAL path fixes.1 parent 79c213b commit 4fef1c0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
| 432 | + | |
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
| |||
0 commit comments