From 8ba998aa82d477b87e4a73edf89aceaec0da68f2 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 31 Dec 2020 17:04:15 +0100 Subject: Code dump from TVL repo --- tests/valgrind/bin/cgit | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 tests/valgrind/bin/cgit (limited to 'tests/valgrind') diff --git a/tests/valgrind/bin/cgit b/tests/valgrind/bin/cgit new file mode 100755 index 0000000..dcdfbe5 --- /dev/null +++ b/tests/valgrind/bin/cgit @@ -0,0 +1,12 @@ +#!/bin/sh + +# Note that we currently use Git's suppression file and there are variables +# $GIT_VALGRIND and $CGIT_VALGRIND which point to different places. +exec valgrind -q --error-exitcode=126 \ + --suppressions="$GIT_VALGRIND/default.supp" \ + --gen-suppressions=all \ + --leak-check=no \ + --track-origins=yes \ + --log-fd=4 \ + --input-fd=4 \ + "$CGIT_VALGRIND/../../cgit" "$@" -- cgit v1.2.3