repo.or.cz
/
Samba
/
id10ts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ntdb: Try to fix the build on Solaris which does not have err
[Samba/id10ts.git]
/
selftest
/
valgrind_run
blob
5171d171a74b6ed277fc8878d3c7e88dfdfd092e
1
#!/bin/sh
2
3
ENV
=
"
$1
"
4
5
shift
1
6
7
CMD
=
"
$ENV
valgrind -q --db-attach=yes --num-callers=30 $@"
8
echo
$CMD
9
eval
$CMD