r24041: After metze's ack, check in torture_comment from Zack Krisch
authorVolker Lendecke <vlendec@samba.org>
Wed, 25 Jul 2007 09:57:14 +0000 (09:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:01:18 +0000 (15:01 -0500)
<zack.kirsch@isilon.com>
(This used to be commit b1148b7ab84a18d4fea771c887ed7d535841982b)

source4/torture/raw/oplock.c

index 6411b5b524fcb2e031f2b62504ff9e669aff1d76..d2e15f8e82da87c415ea2ba9fd6656265d2a1905 100644 (file)
@@ -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)