Print full file path in valgrind testing (#4299)

pull/4295/head^2
Onur Tirtir 2020-11-06 10:26:53 +03:00 committed by GitHub
parent cc8be422ce
commit d912d4bc38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ exec $valgrindPath \\
--error-markers=VALGRINDERROR-BEGIN,VALGRINDERROR-END \\
--max-stackframe=16000000 \\
--log-file=$valgrindLogFile \\
--fullpath-after=/ \\
$bindir/postgres.orig \\
"\$@"
END