summaryrefslogtreecommitdiff
path: root/selftest/valgrind_run
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/valgrind_run')
-rwxr-xr-xselftest/valgrind_run9
1 files changed, 9 insertions, 0 deletions
diff --git a/selftest/valgrind_run b/selftest/valgrind_run
new file mode 100755
index 0000000000..5171d171a7
--- /dev/null
+++ b/selftest/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