neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit fffc0e942d94ad9529713045d87588d945039ec4
parent 9b7cf4f0beb35b640846f92ac522372967ca6695
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri,  2 Feb 2024 22:24:37 +0800

test(old): correct path to .valgrind.supp (#27306)


Diffstat:
Mtest/old/testdir/Makefile | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/test/old/testdir/Makefile b/test/old/testdir/Makefile @@ -41,13 +41,13 @@ ifdef USE_VALGRIND --leak-check=yes \ --track-origins=yes # VALGRIND_TOOL := exp-sgcheck - TOOL := valgrind -q \ - -q \ - $(VALGRIND_TOOL) \ - --suppressions=../../.valgrind.supp \ - --error-exitcode=123 \ - --log-file=valgrind-\%p.$* \ - $(VGDB) \ + TOOL := valgrind -q \ + -q \ + $(VALGRIND_TOOL) \ + --suppressions=../../../src/.valgrind.supp \ + --error-exitcode=123 \ + --log-file=valgrind-\%p.$* \ + $(VGDB) \ --trace-children=yes else ifdef USE_GDB