r22606: don't every try to prompt within make test...
authorStefan Metzmacher <metze@samba.org>
Mon, 30 Apr 2007 13:03:03 +0000 (13:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:51 +0000 (14:51 -0500)
metze

source/selftest/Samba4.pm

index e0f7e54a17db71badbfe1e44cc2ae78abec7e3c3..0ec439a9c51fb6c8e321162cb88e4a08f380d987 100644 (file)
@@ -586,7 +586,7 @@ sub provision($$$$$$)
 
 #Ensure the config file is valid before we start
        if (system("$self->{bindir}/testparm $configuration -v --suppress-prompt >/dev/null 2>&1") != 0) {
-               system("$self->{bindir}/testparm $configuration >&2");
+               system("$self->{bindir}/testparm -v --suppress-prompt $configuration >&2");
                die("Failed to create a valid smb.conf configuration!");
        }