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): remove debug output from un...
details: https://anonhg.NetBSD.org/src/rev/59e9d4d48f7f
branches: trunk
changeset: 936726:59e9d4d48f7f
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Aug 02 15:22:53 2020 +0000
description:
make(1): remove debug output from uncommitted code from test
Note to self: don't accept the test results when there are uncommitted
parts in the code.
diffstat:
usr.bin/make/unit-tests/counter.exp | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diffs (58 lines):
diff -r 78026ed0a889 -r 59e9d4d48f7f usr.bin/make/unit-tests/counter.exp
--- a/usr.bin/make/unit-tests/counter.exp Sun Aug 02 14:53:01 2020 +0000
+++ b/usr.bin/make/unit-tests/counter.exp Sun Aug 02 15:22:53 2020 +0000
@@ -4,7 +4,6 @@
Global:A =
Applying[COUNTER] :: to ""
Modifier part: " a"
-ApplyModifier_Assign: "COUNTER" = " a"
Global:COUNTER = a
Result[COUNTER] of :: is ""
Applying[COUNTER] :[ to " a"
@@ -14,7 +13,6 @@
Global:B =
Applying[COUNTER] :: to " a"
Modifier part: " a a"
-ApplyModifier_Assign: "COUNTER" = " a a"
Global:COUNTER = a a
Result[COUNTER] of :: is ""
Applying[COUNTER] :[ to " a a"
@@ -24,7 +22,6 @@
Global:C =
Applying[COUNTER] :: to " a a"
Modifier part: " a a a"
-ApplyModifier_Assign: "COUNTER" = " a a a"
Global:COUNTER = a a a
Result[COUNTER] of :: is ""
Applying[COUNTER] :[ to " a a a"
@@ -36,7 +33,6 @@
Result[RELEVANT] of :: is ""
Applying[COUNTER] :: to " a a a"
Modifier part: " a a"
-ApplyModifier_Assign: "COUNTER" = " a a"
Global:COUNTER = a a
Result[COUNTER] of :: is ""
Applying[A] :Q to "1"
@@ -44,7 +40,6 @@
Result[A] of :Q is "1"
Applying[COUNTER] :: to " a a"
Modifier part: " a a a"
-ApplyModifier_Assign: "COUNTER" = " a a a"
Global:COUNTER = a a a
Result[COUNTER] of :: is ""
Applying[B] :Q to "2"
@@ -52,7 +47,6 @@
Result[B] of :Q is "2"
Applying[COUNTER] :: to " a a a"
Modifier part: " a a a a"
-ApplyModifier_Assign: "COUNTER" = " a a a a"
Global:COUNTER = a a a a
Result[COUNTER] of :: is ""
Applying[C] :Q to "3"
@@ -67,6 +61,5 @@
A=1 B=2 C=3 COUNTER=4
Applying[RELEVANT] :: to "yes (run-time part)"
Modifier part: "no"
-ApplyModifier_Assign: "RELEVANT" = "no"
Global:RELEVANT = no
exit status 0
Home |
Main Index |
Thread Index |
Old Index