about summary refs log tree commit diff
path: root/tests/valgrind/bin/cgit
blob: dcdfbe532085176eb8156b79e59ef56878b280d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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" "$@"
rmatChristian Hesse2018-06-27 * snapshot: support special value 'all' to enable all formatsChristian Hesse2018-06-27 * git: update to v2.16.0Christian Hesse2018-01-19 * git: update to v2.14Jeff Smith2017-08-10 * git: update to v2.13.4Christian Hesse2017-08-10 * shared: remove unused function strlpart()Christian Hesse2016-10-12 * shared: remove unused function strrpart()Christian Hesse2016-10-12 * shared: make cgit_free_taginfo() publicJohn Keeping2016-10-01 * shared: remove return value from cgit_free_commitinfo()John Keeping2016-10-01 * git: update to v2.10.0Christian Hesse2016-09-04 * ui-shared: add homepage to tabs