diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-30 13:03:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:51 -0500 |
commit | 16df1115fee2f1cd5bd38cd5a7b4661d4b16367e (patch) | |
tree | aa99eadfb46a6b7b2a21ceef80fd4e2f14b2a5de | |
parent | c0ac3d26abcb1c37707caa7ac8a167262aa9b9a9 (diff) | |
download | samba-16df1115fee2f1cd5bd38cd5a7b4661d4b16367e.tar.gz samba-16df1115fee2f1cd5bd38cd5a7b4661d4b16367e.tar.bz2 samba-16df1115fee2f1cd5bd38cd5a7b4661d4b16367e.zip |
r22606: don't every try to prompt within make test...
metze
(This used to be commit eb0f257cd16e0191f5430a233f268bd01e46b2e1)
-rw-r--r-- | source4/selftest/Samba4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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!"); } |