diff options
| author | rillig <rillig@NetBSD.org> | 2022-03-03 19:36:35 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2022-03-03 19:36:35 +0000 |
| commit | 41d122915f0caccae9aab4fa6fb4e607d4cc8cfa (patch) | |
| tree | fc32ab667e472ec8a9c6d802ff6bb61e2ef4a984 /usr.bin/make/unit-tests/opt-debug-file.exp | |
| parent | d68e31c597f1a50081d1e2575fadedb9120edd3e (diff) | |
make: make debug logging for comparisons less technical
Diffstat (limited to 'usr.bin/make/unit-tests/opt-debug-file.exp')
| -rw-r--r-- | usr.bin/make/unit-tests/opt-debug-file.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/unit-tests/opt-debug-file.exp b/usr.bin/make/unit-tests/opt-debug-file.exp index 8ff220b3f54..712686f60b3 100644 --- a/usr.bin/make/unit-tests/opt-debug-file.exp +++ b/usr.bin/make/unit-tests/opt-debug-file.exp @@ -2,11 +2,11 @@ make: "opt-debug-file.mk" line 43: This goes to stderr only, once. make: "opt-debug-file.mk" line 45: This goes to stderr only, once. make: "opt-debug-file.mk" line 47: This goes to stderr, and in addition to the debug log. CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1 -lhs = 1.000000, rhs = 1.000000, op = != +Comparing 1.000000 != 1.000000 make: Missing delimiter for modifier ':S' make: Missing delimiter for modifier ':S' make: Missing delimiter for modifier ':S' CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Mdelimiter:[#]} != 1 -lhs = 1.000000, rhs = 1.000000, op = != +Comparing 1.000000 != 1.000000 Cannot open debug file "/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog" exit status 2 |
