svn commit: samba r22623 - in branches/SAMBA_4_0/source/selftest: .

metze at samba.org metze at samba.org
Tue May 1 03:26:02 GMT 2007


Author: metze
Date: 2007-05-01 03:26:01 +0000 (Tue, 01 May 2007)
New Revision: 22623

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

Log:
export SMB_CONF_PATH from selftest.pl

metze
Modified:
   branches/SAMBA_4_0/source/selftest/selftest.pl


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/selftest.pl
===================================================================
--- branches/SAMBA_4_0/source/selftest/selftest.pl	2007-05-01 03:25:17 UTC (rev 22622)
+++ branches/SAMBA_4_0/source/selftest/selftest.pl	2007-05-01 03:26:01 UTC (rev 22623)
@@ -647,6 +647,7 @@
 my @todo = ();
 
 my $testsdir = "$srcdir/selftest";
+$ENV{SMB_CONF_PATH} = "$conffile";
 $ENV{CONFIGURATION} = "--configfile=$conffile";
 
 my %required_envs = ();



More information about the samba-cvs mailing list