Set -x so that we can see where script fails 51/91551/1
authorThanh Ha <zxiiro@gmail.com>
Wed, 22 Jul 2020 20:19:49 +0000 (16:19 -0400)
committerThanh Ha <zxiiro@gmail.com>
Wed, 22 Jul 2020 20:21:06 +0000 (16:21 -0400)
commit5d51a149c5352941444cb4e28492959b7763a07f
treea85dc941563c898cf32749c34135524df8f9d166
parent92392f9e0d046f289e0f3fc36958d8333c88a08f
Set -x so that we can see where script fails

Because we have `set -e` configured if the shell script fails
on a command that doesn't print out any details we may be lost
as to when / where failure occurs, set -x so that we can trace
where the script ended.

Change-Id: Ied07ca2c9fbd45b7e770688ca61f30231586b216
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
jjb/integration/multipatch-distribution.sh