svn commit: samba r22606 - in branches/SAMBA_4_0/source/selftest: .

metze at samba.org metze at samba.org
Mon Apr 30 13:03:03 GMT 2007


Author: metze
Date: 2007-04-30 13:03:03 +0000 (Mon, 30 Apr 2007)
New Revision: 22606

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22606

Log:
don't every try to prompt within make test...

metze
Modified:
   branches/SAMBA_4_0/source/selftest/Samba4.pm


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/Samba4.pm	2007-04-30 12:48:42 UTC (rev 22605)
+++ branches/SAMBA_4_0/source/selftest/Samba4.pm	2007-04-30 13:03:03 UTC (rev 22606)
@@ -586,7 +586,7 @@
 
 #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!");
 	}
 



More information about the samba-cvs mailing list