From 16df1115fee2f1cd5bd38cd5a7b4661d4b16367e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 30 Apr 2007 13:03:03 +0000 Subject: r22606: don't every try to prompt within make test... metze (This used to be commit eb0f257cd16e0191f5430a233f268bd01e46b2e1) --- source4/selftest/Samba4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/selftest/Samba4.pm b/source4/selftest/Samba4.pm index e0f7e54a17..0ec439a9c5 100644 --- a/source4/selftest/Samba4.pm +++ b/source4/selftest/Samba4.pm @@ -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!"); } -- cgit