Lines Matching +full:valgrind +full:- +full:out
3 # Check for errors in valgrind logs.
5 # The canonical version of this file is maintained in the rra-c-util package,
6 # which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
8 # Copyright 2018-2019, 2021 Russ Allbery <eagle@eyrie.org>
25 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28 # SPDX-License-Identifier: MIT
44 plan skip_all => 'Not testing under valgrind';
50 # Gather the list of valgrind logs (and skip this test if there are none).
51 opendir(my $logdir, File::Spec->catfile('tests', 'tmp', 'valgrind'))
52 or plan skip_all => 'No valgrind logs in tests/tmp/valgrind';
59 my $path = File::Spec->catfile('tests', 'tmp', 'valgrind', $file);
81 # Remove tests/tmp/valgrind if it's now empty.
82 rmdir(File::Spec->catfile('tests', 'tmp', 'valgrind'));
83 rmdir(File::Spec->catfile('tests', 'tmp'));