From d912d4bc38b9486e96e8a7dffb0068fd90a40f84 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 6 Nov 2020 10:26:53 +0300 Subject: [PATCH] Print full file path in valgrind testing (#4299) --- src/test/regress/pg_regress_multi.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/regress/pg_regress_multi.pl b/src/test/regress/pg_regress_multi.pl index 1019df50f..e7065bd29 100755 --- a/src/test/regress/pg_regress_multi.pl +++ b/src/test/regress/pg_regress_multi.pl @@ -245,6 +245,7 @@ exec $valgrindPath \\ --error-markers=VALGRINDERROR-BEGIN,VALGRINDERROR-END \\ --max-stackframe=16000000 \\ --log-file=$valgrindLogFile \\ + --fullpath-after=/ \\ $bindir/postgres.orig \\ "\$@" END