We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc4d84e8 commitb9b355eCopy full SHA for b9b355e
src/test/regress/pg_regress.c
@@ -549,10 +549,10 @@ convert_sourcefiles_in(char *source_subdir, char *dest_dir, char *dest_subdir, c
549
}
550
while (fgets(line,sizeof(line),infile))
551
{
552
-//replace_string(line, "@abs_srcdir@", inputdir);
553
-replace_string(line,"@abs_srcdir@","/pg/src/src/test/regress");
554
-//replace_string(line, "@abs_builddir@", outputdir);
555
-replace_string(line,"@abs_builddir@","/pg/src/src/test/regress");
+replace_string(line,"@abs_srcdir@",inputdir);
+//replace_string(line, "@abs_srcdir@", "/pg/src/src/test/regress");
+replace_string(line,"@abs_builddir@",outputdir);
+//replace_string(line, "@abs_builddir@", "/pg/src/src/test/regress");
556
replace_string(line,"@testtablespace@",testtablespace);
557
replace_string(line,"@libdir@",dlpath);
558
replace_string(line,"@DLSUFFIX@",DLSUFFIX);