Module Name:    src
Committed By:   rillig
Date:           Thu Aug 20 18:05:57 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: Makefile

Log Message:
make(1): enable debug logging for archive test

This test succeeds locally on NetBSD 8.0 but not in the official test
runs on https://releng.netbsd.org/test-results.html.  To see the
difference, run the test with full debug information.

This test is commented out in usr.bin/make/unit-tests/Makefile, but that
doesn't stop tests/usr.bin/make/t_make.sh from running it nevertheless,
since over there, all *.mk files are considered tests, be they commented
out or not.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/usr.bin/make/unit-tests/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/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.103 src/usr.bin/make/unit-tests/Makefile:1.104
--- src/usr.bin/make/unit-tests/Makefile:1.103	Thu Aug 20 17:45:47 2020
+++ src/usr.bin/make/unit-tests/Makefile	Thu Aug 20 18:05:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2020/08/20 17:45:47 rillig Exp $
+# $NetBSD: Makefile,v 1.104 2020/08/20 18:05:57 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -306,6 +306,7 @@ ENV.varmisc+=		FROM_ENV_BEFORE=env
 ENV.varmisc+=		FROM_ENV_AFTER=env
 
 # Override make flags for some of the tests; default is -k.
+FLAGS.archive=		-dA
 FLAGS.counter=		-dv
 FLAGS.doterror=		# none
 FLAGS.envfirst=		-e

Reply via email to