Skip to content

Commit d5f70a2

Browse files
committed
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.
1 parent 6ef5d89 commit d5f70a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/pg_regress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ convert_sourcefiles_in(char *source_subdir, char *dest_dir, char *dest_subdir, c
607607
static void
608608
convert_sourcefiles(void)
609609
{
610-
convert_sourcefiles_in("input", inputdir, "sql", "sql");
610+
convert_sourcefiles_in("input", outputdir, "sql", "sql");
611611
convert_sourcefiles_in("output", outputdir, "expected", "out");
612612
}
613613

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy