Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 tests/lint: do not modify t_integration ...



details:   https://anonhg.NetBSD.org/src/rev/fd1736107a3d
branches:  trunk
changeset: 379959:fd1736107a3d
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Jun 29 07:37:34 2021 +0000

description:
tests/lint: do not modify t_integration on "make add-test"

The test names are no longer listed individually.

diffstat:

 usr.bin/xlint/lint1/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r d28023b03c3e -r fd1736107a3d usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Tue Jun 29 07:28:01 2021 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Tue Jun 29 07:37:34 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.74 2021/06/28 09:09:14 mrg Exp $
+#      $NetBSD: Makefile,v 1.75 2021/06/29 07:37:34 rillig Exp $
 
 .include <bsd.own.mk>
 
@@ -94,8 +94,6 @@ add-test: .PHONY
                "FILES+=                $$test.exp" \
                '.' 'w' 'q' \
        | ed Makefile; \
-       ${MAKE} sync-mi; \
-       printf '%s\n' '/^test_case /i' "test_case $$test" '.' 'w' 'q' \
-       | ed t_integration.sh
+       ${MAKE} sync-mi
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index