From 890c42045dde106d855894d879aaead651cba16f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 25 Jul 2007 09:57:14 +0000 Subject: r24041: After metze's ack, check in torture_comment from Zack Krisch (This used to be commit b1148b7ab84a18d4fea771c887ed7d535841982b) --- source4/torture/raw/oplock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/raw/oplock.c') diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c index 6411b5b524..d2e15f8e82 100644 --- a/source4/torture/raw/oplock.c +++ b/source4/torture/raw/oplock.c @@ -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) -- cgit