Skip lastcomm and sa tests on unsupported architectures

usr.bin/lastcom/tests/Makefile
usr.sbin/sa/tests/Makefile
	Set allow_architectures appropriately.  These tests depend on golden
	files that must be generated for each architecture, and haven't yet
	been generated for all of them.

PR:		210566
PR:		204154
Reviewed by:	ngie
Approved by:	re (gjb)
MFC after:	4 weeks
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D6960
This commit is contained in:
Alan Somers 2016-06-26 00:53:31 +00:00
parent a25d93e59f
commit 2101ef6b90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302206
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PACKAGE= tests
TAP_TESTS_SH= legacy_test
TEST_METADATA.legacy_test+= allowed_architectures="amd64 i386 sparc64"
${PACKAGE}FILES+= v1-amd64-acct.in
${PACKAGE}FILES+= v1-amd64.out

View File

@ -3,6 +3,7 @@
PACKAGE= tests
TAP_TESTS_SH= legacy_test
TEST_METADATA.legacy_test+= allowed_architectures="amd64 i386 sparc64"
${PACKAGE}FILES+= v1-amd64-sav.in
${PACKAGE}FILES+= v1-amd64-sav.out