mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-18 08:07:17 +02:00
Merge pull request #9861 from 9999years/colored-diff-in-lang-tests
Color `diff` output in `tests/functional/lang` tests
This commit is contained in:
commit
1dc55c0f2f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function diffAndAcceptInner() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Diff so we get a nice message
|
# Diff so we get a nice message
|
||||||
if ! diff --unified "$got" "$expectedOrEmpty"; then
|
if ! diff --color=always --unified "$expectedOrEmpty" "$got"; then
|
||||||
echo "FAIL: evaluation result of $testName not as expected"
|
echo "FAIL: evaluation result of $testName not as expected"
|
||||||
badDiff=1
|
badDiff=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue