summaryrefslogtreecommitdiff
path: root/source4/selftest/selftest.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-19 16:28:32 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-19 16:28:32 +0100
commitd3e182098a69a20035ee5eb0e9ab453dfdcb9c8b (patch)
treebb730fd69cdb805c71b3b4f2f41ab66d293c7791 /source4/selftest/selftest.pl
parent87f611ed69b2ba16d2a36ed439a685a36a49937c (diff)
downloadsamba-d3e182098a69a20035ee5eb0e9ab453dfdcb9c8b.tar.gz
samba-d3e182098a69a20035ee5eb0e9ab453dfdcb9c8b.tar.bz2
samba-d3e182098a69a20035ee5eb0e9ab453dfdcb9c8b.zip
Start dhcp server for kvm machine.
(This used to be commit a54507dbd6bfaafb42eb95ec8a57897096b19583)
Diffstat (limited to 'source4/selftest/selftest.pl')
-rwxr-xr-xsource4/selftest/selftest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl
index a989d1a851..1672209bef 100755
--- a/source4/selftest/selftest.pl
+++ b/source4/selftest/selftest.pl
@@ -448,6 +448,8 @@ if ($opt_target eq "samba4") {
require target::Windows;
$target = new Windows();
} elsif ($opt_target eq "kvm") {
+ die("Kvm tests will not run with socket wrapper enabled.")
+ if ($opt_socket_wrapper);
require target::Kvm;
die("No image specified") unless ($opt_image);
$target = new Kvm($opt_image);