Fix package list script to not fail on diff 59/12559/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 12 Sep 2018 17:48:19 +0000 (13:48 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 12 Sep 2018 17:55:16 +0000 (13:55 -0400)
commit49e53b5efbb33cd87005bc5e9a8559c0c1abf1da
tree832fcd6af5ad970273c24b6cbcc1f2b562936044
parent73c1e4ad26a06e40fee8e08aad09ed3831b4cdf6
Fix package list script to not fail on diff

The diff command exits 1 if there is a difference between 2 files.
This is perfectly valid so ignore the exit code for this command.

Change-Id: I0da9d6bb99a5a0a9666697b27416fa5e5518e316
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
releasenotes/notes/pkg-diff-non-zero-exit-0fe20690c0210b6d.yaml [new file with mode: 0644]
shell/package-listing.sh