diff options
Diffstat (limited to 'source4/script')
-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 $@ |