Fix jjb-verify to not fail on ls call 00/5000/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 27 May 2017 16:39:59 +0000 (12:39 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 27 May 2017 16:40:53 +0000 (12:40 -0400)
commit4e18e5e3a78806b47a94ce6e337366bf1893697c
tree079ece575d543f0f5d91aa4a869030015912c2dc
parent07b824c8f9cbfad2bdcf8c4de02cbe0a2583d6f5
Fix jjb-verify to not fail on ls call

The set -e configure fails the build when ls returns an error state.
Rewrite the code such that it passes correctly and does not fail the
build.

Change-Id: Ib1e99dd3c8ce596610d5119b9fcdf01c626bcbdd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/jjb-verify-job.sh