[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3613-g8cb7ae0

Jeremy Allison jra at samba.org
Tue Aug 12 21:40:43 GMT 2008


The branch, v3-3-test has been updated
       via  8cb7ae011c8b8cb244e9b87a3ad51e27646411b6 (commit)
      from  8c630efd25cf17aff59448ca05c1b44a41964b16 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 8cb7ae011c8b8cb244e9b87a3ad51e27646411b6
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Aug 12 14:40:01 2008 -0700

    Merge from Herb. print correct test status

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

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


Changeset truncated at 500 lines:

diff --git a/source/torture/torture.c b/source/torture/torture.c
index d8add20..75a5b30 100644
--- a/source/torture/torture.c
+++ b/source/torture/torture.c
@@ -3685,7 +3685,8 @@ static bool run_rename(int dummy)
 	}
 
 	if (!cli_rename(cli1, fname, fname1)) {
-		printf("Fifth rename failed (SHARE_READ | SHARE_WRITE | SHARE_DELETE) - this should have failed ! \n");
+		printf("Fifth rename failed (SHARE_READ | SHARE_WRITE | SHARE_DELETE) - this should have succeeded - %s ! \n",
+			cli_errstr(cli1));
 		correct = False;
 	} else {
 		printf("Fifth rename succeeded (SHARE_READ | SHARE_WRITE | SHARE_DELETE) (this is correct) - %s\n", cli_errstr(cli1));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list