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 tests/make: fix test directive-for-if
details: https://anonhg.NetBSD.org/src/rev/587594e7dde8
branches: trunk
changeset: 1023291:587594e7dde8
user: rillig <rillig%NetBSD.org@localhost>
date: Wed Sep 01 22:44:50 2021 +0000
description:
tests/make: fix test directive-for-if
The additional lines 'VAR1' and 'VAR3' were supposed to be there from
the beginning. I somehow managed to commit an inconsistent state of the
.mk and the .exp file.
diffstat:
usr.bin/make/unit-tests/directive-for-if.exp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r f14eb03b6715 -r 587594e7dde8 usr.bin/make/unit-tests/directive-for-if.exp
--- a/usr.bin/make/unit-tests/directive-for-if.exp Wed Sep 01 22:11:35 2021 +0000
+++ b/usr.bin/make/unit-tests/directive-for-if.exp Wed Sep 01 22:44:50 2021 +0000
@@ -1,6 +1,8 @@
make: "directive-for-if.mk" line 48: if-less endif
make: "directive-for-if.mk" line 48: if-less endif
make: "directive-for-if.mk" line 48: if-less endif
+VAR1
+VAR3
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1
Home |
Main Index |
Thread Index |
Old Index