mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 14:40:37 +00:00
pass version to wal_craft.rs
This commit is contained in:
@@ -471,7 +471,8 @@ mod tests {
|
||||
.join("..")
|
||||
.join("..");
|
||||
let cfg = Conf {
|
||||
pg_distrib_dir: top_path.join(format!("pg_install/{PG_MAJORVERSION}")),
|
||||
pg_version: PG_MAJORVERSION,
|
||||
pg_distrib_dir: top_path.join(format!("pg_install")),
|
||||
datadir: top_path.join(format!("test_output/{}-{PG_MAJORVERSION}", test_name)),
|
||||
};
|
||||
if cfg.datadir.exists() {
|
||||
|
||||
Reference in New Issue
Block a user