Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55535e0

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 parent61165fa commit55535e0

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
@@ -613,7 +613,7 @@ convert_sourcefiles_in(char *source_subdir, char *dest_dir, char *dest_subdir, c
613613
staticvoid
614614
convert_sourcefiles(void)
615615
{
616-
convert_sourcefiles_in("input",inputdir,"sql","sql");
616+
convert_sourcefiles_in("input",outputdir,"sql","sql");
617617
convert_sourcefiles_in("output",outputdir,"expected","out");
618618
}
619619

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp