Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 00:51:25 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305449 - head/lib/libc/tests/db
Message-ID:  <201609060051.u860pPcc063965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Sep  6 00:51:25 2016
New Revision: 305449
URL: https://svnweb.freebsd.org/changeset/base/305449

Log:
  Install h_db to unbreak some of the lib/libc/db testcases after
  r305358
  
  MFC after:	59 days
  X-MFC with:	r305358
  Reported by:	Jenkins, rodrigc
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libc/tests/db/Makefile

Modified: head/lib/libc/tests/db/Makefile
==============================================================================
--- head/lib/libc/tests/db/Makefile	Tue Sep  6 00:33:54 2016	(r305448)
+++ head/lib/libc/tests/db/Makefile	Tue Sep  6 00:51:25 2016	(r305449)
@@ -5,7 +5,7 @@ PACKAGE=	tests
 BINDIR=		${TESTSDIR}
 
 PROGS=		h_db
-PROGS=		h_lfsr
+PROGS+=		h_lfsr
 
 ${PACKAGE}FILES+=		README
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609060051.u860pPcc063965>