diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-22 00:47:44 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-24 01:51:00 -0600 |
commit | 6915cad1274a8495439b41d5046daeef24d2c36b (patch) | |
tree | e017ee6d1bae5246955c254d2d820af6dd1cc2e8 /source4/script/valgrind_run | |
parent | 30ce895e0c75c50bbe510b6a3685c7e1f217b919 (diff) | |
download | samba-6915cad1274a8495439b41d5046daeef24d2c36b.tar.gz samba-6915cad1274a8495439b41d5046daeef24d2c36b.tar.bz2 samba-6915cad1274a8495439b41d5046daeef24d2c36b.zip |
r26560: Add script for running in valgrind.
(This used to be commit cb5d6a9ee27cea4a7a34c3249eed55f601630b82)
Diffstat (limited to 'source4/script/valgrind_run')
-rw-r--r-- | source4/script/valgrind_run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/valgrind_run b/source4/script/valgrind_run new file mode 100644 index 0000000000..6aa54c70f1 --- /dev/null +++ b/source4/script/valgrind_run @@ -0,0 +1,2 @@ +#!/bin/sh +valgrind -q --db-attach=yes --num-callers=30 $@ |