Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2019 18:20:28 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517836 - head/sysutils/siegfried
Message-ID:  <201911171820.xAHIKSD8085102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Nov 17 18:20:27 2019
New Revision: 517836
URL: https://svnweb.freebsd.org/changeset/ports/517836

Log:
  sysutils/siegfried: Limit tests to what upstream tests in their CI too

Modified:
  head/sysutils/siegfried/Makefile

Modified: head/sysutils/siegfried/Makefile
==============================================================================
--- head/sysutils/siegfried/Makefile	Sun Nov 17 18:20:03 2019	(r517835)
+++ head/sysutils/siegfried/Makefile	Sun Nov 17 18:20:27 2019	(r517836)
@@ -17,6 +17,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	richardlehane
 
 GO_TARGET=	./cmd/sf
+GO_TEST_TARGET=	./cmd/sf
 
 PLIST_FILES=	bin/sf
 



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