selftest: move gdb_* and valgrind_* scripts to selftest/
[tprouty/samba.git] / source4 / script / valgrind_run
diff --git a/source4/script/valgrind_run b/source4/script/valgrind_run
deleted file mode 100755 (executable)
index 5171d17..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-ENV="$1"
-
-shift 1
-
-CMD="$ENV valgrind -q --db-attach=yes --num-callers=30 $@"
-echo $CMD
-eval $CMD