summaryrefslogtreecommitdiff
path: root/source4/script/valgrind_run
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/valgrind_run')
-rwxr-xr-xsource4/script/valgrind_run9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/script/valgrind_run b/source4/script/valgrind_run
new file mode 100755
index 0000000000..5171d171a7
--- /dev/null
+++ b/source4/script/valgrind_run
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+ENV="$1"
+
+shift 1
+
+CMD="$ENV valgrind -q --db-attach=yes --num-callers=30 $@"
+echo $CMD
+eval $CMD