svn commit: samba r18377 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Mon Sep 11 09:21:58 GMT 2006


Author: tridge
Date: 2006-09-11 09:21:58 +0000 (Mon, 11 Sep 2006)
New Revision: 18377

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18377

Log:

disable native iconv with valgrind

Modified:
   branches/SAMBA_4_0/source/script/tests/mktestsetup.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mktestsetup.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-11 09:19:58 UTC (rev 18376)
+++ branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-11 09:21:58 UTC (rev 18377)
@@ -69,8 +69,15 @@
 rm -rf $PREFIX/*
 mkdir -p $PRIVATEDIR $ETCDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR $TLSDIR $LDAPDIR/db
 
+if [ -z "$VALGRIND" ]; then
+    nativeiconv="true"
+else
+    nativeiconv="false"
+fi
+
 cat >$CONFFILE<<EOF
 [global]
+	iconv:native = $nativeiconv
 	netbios name = $NETBIOSNAME
         netbios aliases = $SERVER
 	workgroup = $DOMAIN



More information about the samba-cvs mailing list