Author: vlendec Date: 2007-07-25 09:57:14 +0000 (Wed, 25 Jul 2007) New Revision: 24041
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24041 Log: After metze's ack, check in torture_comment from Zack Krisch <[EMAIL PROTECTED]> Modified: branches/SAMBA_4_0/source/torture/raw/oplock.c Changeset: Modified: branches/SAMBA_4_0/source/torture/raw/oplock.c =================================================================== --- branches/SAMBA_4_0/source/torture/raw/oplock.c 2007-07-25 08:10:08 UTC (rev 24040) +++ branches/SAMBA_4_0/source/torture/raw/oplock.c 2007-07-25 09:57:14 UTC (rev 24041) @@ -27,8 +27,8 @@ #define CHECK_VAL(v, correct) do { \ if ((v) != (correct)) { \ - torture_result(tctx, TORTURE_FAIL, __location__": wrong value for %s got 0x%x - should be 0x%x", \ - #v, (int)v, (int)correct); \ + torture_comment(tctx, "(%s): wrong value for %s got 0x%x - should be 0x%x\n", \ + __location__, #v, (int)v, (int)correct); \ ret = False; \ }} while (0)
