Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 13:23:59 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368551 - head/usr.bin/calendar/tests
Message-ID:  <202012111323.0BBDNx0T067733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Fri Dec 11 13:23:59 2020
New Revision: 368551
URL: https://svnweb.freebsd.org/changeset/base/368551

Log:
  Install 2 forgotten shell scripts required to run the tests
  
  Submitted by:		arichardson (Alexander Richardson)
  Differential Revision:	https://reviews.freebsd.org/D27568

Modified:
  head/usr.bin/calendar/tests/Makefile

Modified: head/usr.bin/calendar/tests/Makefile
==============================================================================
--- head/usr.bin/calendar/tests/Makefile	Fri Dec 11 08:04:54 2020	(r368550)
+++ head/usr.bin/calendar/tests/Makefile	Fri Dec 11 13:23:59 2020	(r368551)
@@ -10,9 +10,11 @@ TEST_METADATA.legacy_test+=	timeout="600"
 
 ${PACKAGE}FILES+=		calendar.comment
 ${PACKAGE}FILES+=		regress.comment.out
+${PACKAGE}FILES+=		comment.sh
 
 ${PACKAGE}FILES+=		calendar.cond
 ${PACKAGE}FILES+=		regress.cond.out
+${PACKAGE}FILES+=		cond.sh
 
 ${PACKAGE}FILES+=		calendar.calibrate
 ${PACKAGE}FILES+=		regress.a1.out



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