[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Sun Aug 22 15:21:46 MDT 2010


The branch, master has been updated
       via  abcfc11... s3:pdbtest Fix command name of pdbtest
      from  0d9460a... s3-build: Add a test-buildfarm target to stay UNIX Makefile compatible.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit abcfc114978fd2d065f800bcfe53f63ab567c069
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Aug 20 22:30:46 2010 +1000

    s3:pdbtest Fix command name of pdbtest
    
    Signed-off-by: Michael Adam <obnox at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source3/torture/pdbtest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c
index a775791..cb61489 100644
--- a/source3/torture/pdbtest.c
+++ b/source3/torture/pdbtest.c
@@ -248,7 +248,7 @@ int main(int argc, char **argv)
 
 	load_case_tables();
 
-	pc = poptGetContext("vfstest", argc, (const char **) argv,
+	pc = poptGetContext("pdbtest", argc, (const char **) argv,
 			    long_options, 0);
 
 	poptSetOtherOptionHelp(pc, "backend[:settings] username");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list