chore: always show test diff
This commit is contained in:
parent
cc909e20e1
commit
3546c8c355
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ function exec_check {
|
|||
|
||||
function diff_produced {
|
||||
if test -f "$f.expected.out"; then
|
||||
if $DIFF -u -I "executing external script" "$f.expected.out" "$f.produced.out"; then
|
||||
if $DIFF -au -I "executing external script" "$f.expected.out" "$f.produced.out"; then
|
||||
exit 0
|
||||
else
|
||||
echo "ERROR: file $f.produced.out does not match $f.expected.out"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue