From 53d686888bc446cc949c2013504c9974e93c1e2d Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 3 Sep 2025 15:01:09 +0200 Subject: [PATCH] tests: monitor: Label diffs to help users Clarify what was expected and what was actually received. Signed-off-by: Phil Sutter --- tests/monitor/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/monitor/run-tests.sh b/tests/monitor/run-tests.sh index 67d3e618..03091d17 100755 --- a/tests/monitor/run-tests.sh +++ b/tests/monitor/run-tests.sh @@ -5,7 +5,7 @@ debug=false test_json=false mydiff() { - diff -w -I '^# ' "$@" + diff -w -I '^# ' --label "expected" --label "got" "$@" } err() { -- 2.47.3