]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Put valgrind vgdb files to a specific directory.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 17 Jul 2019 11:24:55 +0000 (21:24 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 17 Jul 2019 11:24:55 +0000 (21:24 +1000)
commit8a5bb3e78191cc206f970c26d2a26c949971e91a
treecb958b1a04b5fe259409f0526cbd2387b8c50550
parentf8829fe57fb0479d6103cfe1190095da3c032c6d
Put valgrind vgdb files to a specific directory.

Valgrind by default puts vgdb files and pipes under /tmp, however it
is not always able to clean them up, which can cause test failures when
there's a pid/file collision.  Using a specific directory ensures that
we can clean up and start clean.
regress/test-exec.sh