diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-07 21:12:14 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-02-08 11:05:00 +1100 |
commit | f692c6dbc4776cd0dc69bd8d6cf65fbfadc57c9b (patch) | |
tree | 4638ff2ca4cfc08eb70197ffbeb2109e36b9c7a3 /source4/torture | |
parent | 6b01ca95a8e2858f43726eacd59f1fab5da63865 (diff) | |
download | samba-f692c6dbc4776cd0dc69bd8d6cf65fbfadc57c9b.tar.gz samba-f692c6dbc4776cd0dc69bd8d6cf65fbfadc57c9b.tar.bz2 samba-f692c6dbc4776cd0dc69bd8d6cf65fbfadc57c9b.zip |
s4-torture: more useful error message in SMB2-DIR
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smb2/dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/smb2/dir.c b/source4/torture/smb2/dir.c index 8c3cb76336..df2963b69a 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; } |