mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
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:
parent
a25d93e59f
commit
2101ef6b90
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302206
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user