mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
pg_regress: Write processed input/*.source into output dir
Before, it was writing the processed files into the input directory, which is incorrect in a vpath build.
This commit is contained in:
parent
6ef5d894a4
commit
d5f70a2d68
@ -607,7 +607,7 @@ convert_sourcefiles_in(char *source_subdir, char *dest_dir, char *dest_subdir, c
|
||||
static void
|
||||
convert_sourcefiles(void)
|
||||
{
|
||||
convert_sourcefiles_in("input", inputdir, "sql", "sql");
|
||||
convert_sourcefiles_in("input", outputdir, "sql", "sql");
|
||||
convert_sourcefiles_in("output", outputdir, "expected", "out");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user