selftest: add "member" environment for Samba3
[metze/samba/wip.git] / selftest / selftest.pl
index dc754efa177fd6cad36ad2aa706053dfd8fb61ca..97cf6971790385dfc7b3967c2808f56cf0b16748 100755 (executable)
@@ -457,7 +457,7 @@ if ($opt_target eq "samba4") {
        if ($opt_socket_wrapper and `$bindir/smbd -b | grep SOCKET_WRAPPER` eq "") {
                die("You must include --enable-socket-wrapper when compiling Samba in order to execute 'make test'.  Exiting....");
        }
-       $testenv_default = "dc";
+       $testenv_default = "member";
        require target::Samba3;
        $target = new Samba3($bindir);
 } elsif ($opt_target eq "win") {