Fix set -e issue 52/95252/2
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Mon, 9 Sep 2019 16:00:05 +0000 (18:00 +0200)
committerPetr Ospalý <p.ospaly@partner.samsung.com>
Mon, 9 Sep 2019 20:27:38 +0000 (22:27 +0200)
commit5cf1391bbe6cda8f460b98dd486df30684ba28af
treedae36175a35e3d991fac8a26c83132881eb1d02c
parent9d5fb225cbc57680ca80b54e5f2501f55b4acb46
Fix set -e issue

Sourced files are now safely wrapped so the state of set options in the
run_csit.sh script is consistent. Responsibility and hardening is now
shifted to the sourced files.

+ Added quotes everywhere where whitespace could emerge and break the
script

Issue-ID: INT-1242

Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Change-Id: Id353e1d1999df9663a1b2af45593065992a25af3
run-csit.sh