mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08: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
80986e85aa
commit
64cdbbc48c
@ -613,7 +613,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…
Reference in New Issue
Block a user