Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2022 22:04:19 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 980c7b0a54b9 - stable/13 - Split netinet shell tests into one per line.
Message-ID:  <202211112204.2ABM4JBU005358@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=980c7b0a54b9add461960f98707f358c82394455

commit 980c7b0a54b9add461960f98707f358c82394455
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-10-28 20:36:12 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-11-11 21:44:11 +0000

    Split netinet shell tests into one per line.
    
    This makes diffs when adding or removing tests easier to read.
    
    While here, sort the list of tests.
    
    Reviewed by:    kevans, melifaro, asomers, markj, emaste
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D36908
    
    (cherry picked from commit 9e0aaedd704ee8a040ecb1d1aadf0bd75ed4dc09)
---
 tests/sys/netinet/Makefile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/tests/sys/netinet/Makefile b/tests/sys/netinet/Makefile
index ec2e6e679c18..69991395c1af 100644
--- a/tests/sys/netinet/Makefile
+++ b/tests/sys/netinet/Makefile
@@ -12,7 +12,16 @@ ATF_TESTS_C=	ip_reass_test \
 		socket_afinet \
 		tcp_connect_port_test
 
-ATF_TESTS_SH=	carp fibs fibs_test redirect divert forward output lpm arp
+ATF_TESTS_SH=	arp \
+		carp \
+		divert \
+		fibs \
+		fibs_test \
+		forward \
+		lpm \
+		output \
+		redirect
+
 TEST_METADATA.output+=	required_programs="python"
 
 PROGS=	udp_dontroute tcp_user_cookie



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