From eb2134779cf588f30c9cb0b5394b1d4a576b9727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Tue, 10 Sep 2024 11:10:41 +0200 Subject: [PATCH] Output non-quiet diff This helps troubleshoot diffs between expected and actual output. --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index d956ef26..5bf43995 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -31,7 +31,7 @@ for fixture in ./expected/multi-cluster/*; do popd done -diff -iwqr output expected +diff -iwr output expected echo All is OK rm -rf output