diff options
| author | Stefan Metzmacher <metze@samba.org> | 2008-10-28 12:20:59 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2008-10-28 12:20:59 +0100 |
| commit | 6bc9fb887fa685a595b019c5ad6fc77f2fa3e914 (patch) | |
| tree | e4b9f0b874fe9c33e57fbaf62547fa7467052f7f /source4/script/valgrind_run | |
| parent | 2b29b7186459d945ec448694164bfe4239b30d72 (diff) | |
selftest: move gdb_* and valgrind_* scripts to selftest/
metze
Diffstat (limited to 'source4/script/valgrind_run')
| -rwxr-xr-x | source4/script/valgrind_run | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/script/valgrind_run b/source4/script/valgrind_run deleted file mode 100755 index 5171d171a7..0000000000 --- a/source4/script/valgrind_run +++ /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 |
