Skip to content

Commit

Permalink
Output non-quiet diff
Browse files Browse the repository at this point in the history
This helps troubleshoot diffs between expected and actual output.
  • Loading branch information
weyfonk committed Sep 10, 2024
1 parent 4efacc6 commit eb21347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb21347

Please sign in to comment.