Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests make(1): enable debug logging for ar...
details: https://anonhg.NetBSD.org/src/rev/991f075400ea
branches: trunk
changeset: 937488:991f075400ea
user: rillig <rillig%NetBSD.org@localhost>
date: Thu Aug 20 18:05:57 2020 +0000
description:
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.
diffstat:
usr.bin/make/unit-tests/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4dbd6c6a51f2 -r 991f075400ea usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile Thu Aug 20 17:45:46 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile Thu Aug 20 18:05:57 2020 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index