mirror of https://github.com/citusdata/citus.git
Print full file path in valgrind testing (#4299)
parent
cc8be422ce
commit
d912d4bc38
|
@ -245,6 +245,7 @@ exec $valgrindPath \\
|
|||
--error-markers=VALGRINDERROR-BEGIN,VALGRINDERROR-END \\
|
||||
--max-stackframe=16000000 \\
|
||||
--log-file=$valgrindLogFile \\
|
||||
--fullpath-after=/ \\
|
||||
$bindir/postgres.orig \\
|
||||
"\$@"
|
||||
END
|
||||
|
|
Loading…
Reference in New Issue