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

jelmer at samba.org jelmer at samba.org
Fri Aug 31 14:06:36 GMT 2007


Author: jelmer
Date: 2007-08-31 14:06:32 +0000 (Fri, 31 Aug 2007)
New Revision: 24839

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

Log:
Default to creating a dc + domain member in 'make testenv'.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/selftest/selftest.pl


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/selftest/selftest.pl
===================================================================
--- branches/SAMBA_4_0/source/selftest/selftest.pl	2007-08-31 13:51:02 UTC (rev 24838)
+++ branches/SAMBA_4_0/source/selftest/selftest.pl	2007-08-31 14:06:32 UTC (rev 24839)
@@ -666,7 +666,7 @@
 
 if ($opt_testenv) {
 	my $testenv_name = $ENV{SELFTEST_TESTENV};
-	$testenv_name = "dc" unless defined($testenv_name);
+	$testenv_name = "member" unless defined($testenv_name);
 
 	my $testenv_vars = setup_env($testenv_name);
 



More information about the samba-cvs mailing list