source: vendor/current/selftest/valgrind_run

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 246 bytes
Line 
1#!/bin/sh
2
3ENV="$1"
4
5shift 1
6
7CMD="$ENV valgrind --num-callers=30
8--trace-children=yes --log-file=valgrind.%p.log
9${VALGRIND_OPT- --time-stamp=yes --track-fds=yes --read-var-info=yes --track-origins=yes --leak-check=yes}
10$@"
11
12echo $CMD
13eval $CMD
Note: See TracBrowser for help on using the repository browser.