From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sfi-mx-4.v28.ch3.sourceforge.com ([172.29.28.124] helo=mx.sourceforge.net) by 3yr0jf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1N8reS-0004Ws-Hr for ltp-list@lists.sourceforge.net; Fri, 13 Nov 2009 08:37:04 +0000 Received: from mailhub.sw.ru ([195.214.232.25] helo=relay.sw.ru) by 1b2kzd1.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) id 1N8reL-00035q-TT for ltp-list@lists.sourceforge.net; Fri, 13 Nov 2009 08:37:04 +0000 From: Andrew Vagin Date: Fri, 13 Nov 2009 10:52:20 +0300 Message-Id: <1258098740-22455-1-git-send-email-avagin@gmail.com> Subject: [LTP] [PATCH] clock_settime03: improve message about fail List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: subrata@linux.vnet.ibm.com Cc: ltp-list@lists.sf.net --- .../kernel/timers/clock_settime/clock_settime03.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/testcases/kernel/timers/clock_settime/clock_settime03.c b/testcases/kernel/timers/clock_settime/clock_settime03.c index 7638abd..d60bcf6 100755 --- a/testcases/kernel/timers/clock_settime/clock_settime03.c +++ b/testcases/kernel/timers/clock_settime/clock_settime03.c @@ -195,10 +195,11 @@ main(int ac, char **av) } else { tst_resm(TFAIL, "clock_settime(2) failed to" " produce expected error; %d" - " , errno : %s and got %ld", + " , errno : %s and " + "got %ld errno %d", testcase[i].exp_errno, testcase[i].exp_errval, - TEST_RETURN); + TEST_RETURN, TEST_ERRNO); if (TEST_RETURN == 0) { if (clock_settime(CLOCK_REALTIME, &saved) < 0) { -- 1.6.2.5 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list