mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r19344: run smbclient and cifsdd under valgrind and pass the correct configuration
to get useful backtraces in the build-farm metze
This commit is contained in:
parent
e1742c14a2
commit
fa030e4598
@ -29,7 +29,7 @@ runcopy() {
|
||||
message="$1"
|
||||
shift
|
||||
|
||||
testit "$message" $DD --debuglevel=$DEBUGLEVEL -W "$DOMAIN" -U "$USERNAME"%"$PASSWORD" \
|
||||
testit "$message" $VALGRIND $DD $CONFIGURATION --debuglevel=$DEBUGLEVEL -W "$DOMAIN" -U "$USERNAME"%"$PASSWORD" \
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ failed=0
|
||||
runcmd() {
|
||||
name="$1"
|
||||
shift
|
||||
testit "$name" bin/smbclient //$SERVER/tmp -W "$DOMAIN "-U"$USERNAME"%"$PASSWORD" $@
|
||||
testit "$name" $VALGRIND bin/smbclient $CONFIGURATION //$SERVER/tmp -W "$DOMAIN "-U"$USERNAME"%"$PASSWORD" $@
|
||||
}
|
||||
|
||||
incdir=`dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user