Module Name:    src
Committed By:   rillig
Date:           Tue Jun 29 07:37:34 UTC 2021

Modified Files:
        src/usr.bin/xlint/lint1: Makefile

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

The test names are no longer listed individually.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.bin/xlint/lint1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/lint1/Makefile
diff -u src/usr.bin/xlint/lint1/Makefile:1.74 src/usr.bin/xlint/lint1/Makefile:1.75
--- src/usr.bin/xlint/lint1/Makefile:1.74	Mon Jun 28 09:09:14 2021
+++ src/usr.bin/xlint/lint1/Makefile	Tue Jun 29 07:37:34 2021
@@ -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>

Reply via email to