From: Cody Russell Date: Mon, 23 Nov 2009 13:48:14 +0000 (-0600) Subject: gtester should fail even if -k is passed X-Git-Tag: 2.23.0~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04d83e8e503a07e7b4279227c8f992ddf7c6ef4e;p=platform%2Fupstream%2Fglib.git gtester should fail even if -k is passed --- diff --git a/glib/gtester.c b/glib/gtester.c index ecc9f77..ca023f7 100644 --- a/glib/gtester.c +++ b/glib/gtester.c @@ -672,7 +672,7 @@ main (int argc, close (log_fd); - return 0; + return testcase_fail_count == 0 ? 0 : 1; } static void