From: Andrew Tridgell Date: Sun, 7 Feb 2010 10:12:14 +0000 (+1100) Subject: s4-torture: more useful error message in SMB2-DIR X-Git-Tag: samba-3.6.0pre1~5538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f692c6dbc4776cd0dc69bd8d6cf65fbfadc57c9b;p=thirdparty%2Fsamba.git s4-torture: more useful error message in SMB2-DIR --- diff --git a/source4/torture/smb2/dir.c b/source4/torture/smb2/dir.c index 8c3cb763360..df2963b69a9 100644 --- a/source4/torture/smb2/dir.c +++ b/source4/torture/smb2/dir.c @@ -266,8 +266,8 @@ static bool test_fixed(struct torture_context *tctx, continue; torture_result(tctx, TORTURE_FAIL, - "(%s): didn't expect %s\n", - __location__, found); + "(%s): didn't expect %s (count=%u)\n", + __location__, found, count); ret = false; goto done; }