From 4177cf9926a62c3026fbd5c5323cbdd1f0f361bd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 16 Oct 2006 20:20:03 +0000 Subject: r19344: run smbclient and cifsdd under valgrind and pass the correct configuration to get useful backtraces in the build-farm metze (This used to be commit fa030e45985c39a7e4b6be032e817f1291357a45) --- source4/script/tests/test_smbclient.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script/tests/test_smbclient.sh') diff --git a/source4/script/tests/test_smbclient.sh b/source4/script/tests/test_smbclient.sh index 600e0e4a1b..08f5cad618 100755 --- a/source4/script/tests/test_smbclient.sh +++ b/source4/script/tests/test_smbclient.sh @@ -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` -- cgit