From: Mark Andrews Date: Thu, 15 Feb 2018 05:14:08 +0000 (+1100) Subject: return failure count X-Git-Tag: v9.9.13rc1~85^2~7 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4404fcb384d1ba18a64db9e9b735aa7df11292f9;p=thirdparty%2Fbind9.git return failure count --- diff --git a/bin/tests/mem/t_mem.c b/bin/tests/mem/t_mem.c index b2e0545ab51..0bbbaa90c03 100644 --- a/bin/tests/mem/t_mem.c +++ b/bin/tests/mem/t_mem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2009, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2009, 2013, 2018 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -179,7 +179,7 @@ memtest(void) { isc_mem_destroy(&mctx); - return(0); + return(nfails); } static const char *a1 = diff --git a/util/copyrights b/util/copyrights index ff1fec1abbd..12c31eb5391 100644 --- a/util/copyrights +++ b/util/copyrights @@ -582,7 +582,7 @@ ./bin/tests/master_test.c C 1999,2000,2001,2004,2007,2009,2015 ./bin/tests/mdig.c C 2016,2017.2018 ./bin/tests/mem/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2007,2009,2012 -./bin/tests/mem/t_mem.c C 1999,2000,2001,2004,2007,2009,2013 +./bin/tests/mem/t_mem.c C 1999,2000,2001,2004,2007,2009,2013,2018 ./bin/tests/mem/win32/t_mem.dsp.in X 2013 ./bin/tests/mem/win32/t_mem.dsw X 2013 ./bin/tests/mem/win32/t_mem.mak.in X 2013