Fix package list script to not fail on diff 58/12558/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:50:37 +0000 (13:50 -0400)
commit2b3cda5089750601fada2c62cf8d2f5d8050f513
tree06a5c8406e2fa9f9a0876075caf49d74ede51d07
parentb94a82bd078988fbfb58496cb1ac835d48e5ec6e
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