r24839: Default to creating a dc + domain member in 'make testenv'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 31 Aug 2007 14:06:32 +0000 (14:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:03:17 +0000 (15:03 -0500)
(This used to be commit 221d2279131c72c8055ceebe0314930881085aeb)

source4/selftest/selftest.pl

index 2c8883037c647449330f0c67067be3bfa4a14555..ad691c77ea0495330a719e7ced392c3991e58952 100755 (executable)
@@ -666,7 +666,7 @@ if ($opt_no_lazy_setup) {
 
 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);