Bug 1615150 - Fix the logic that skips generated-files diffing when there aren't generated-files to compare. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D62696

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2020-02-13 22:11:03 +00:00
parent 89d916fc02
commit 8eb5b272db

View File

@ -133,7 +133,7 @@ else
HAVE_GENERATED_FILES=
fi
if test -n "$HAVE_GENERATED_FILES" && diffoscope \
if test -z "$HAVE_GENERATED_FILES" || diffoscope \
--html generated-files.diff.html \
--text generated-files.diff.txt \
--progress \