1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00
samba-mirror/source4/script/valgrind_run
Jelmer Vernooij af7e3dadf9 r26561: Fix make gdbtest, valgrindtest and testenv for shared libs.
(This used to be commit d2b9055bc032506849827d6fab2d2b9d35d132e2)
2007-12-24 01:51:00 -06:00

8 lines
83 B
Bash

#!/bin/sh
ENV="$1"
shift 1
$ENV valgrind -q --db-attach=yes --num-callers=30 $@