svn commit: r517836 - head/sysutils/siegfried

Tobias Kortkamp tobik at FreeBSD.org
Sun Nov 17 18:20:29 UTC 2019


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
 


More information about the svn-ports-head mailing list