1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/script/valgrind_run
Kai Blin 3dddbb5e26 make: Fix make valgrindtest-env
(This used to be commit f56912e3b5)
2008-03-18 10:54:28 +01:00

10 lines
109 B
Bash
Executable File

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