xci: scripts: start-new-vm: Set pipefail option 25/52525/1
authorMarkos Chandras <mchandras@suse.de>
Fri, 23 Feb 2018 13:48:33 +0000 (13:48 +0000)
committerMarkos Chandras <mchandras@suse.de>
Fri, 23 Feb 2018 13:49:47 +0000 (13:49 +0000)
commit545874b69ae0f0e4607c44420434b9f1e83fa173
tree5c79bb943cc7a07bd341b55d03d5f30a3e797046
parente92f64a24a04b08387af618a9bc398d0315bb7ce
xci: scripts: start-new-vm: Set pipefail option

In commit I75a8cb8c05957bb205e63210d6cafaf54d989f32 the 'ts' utility
was added in order to print timestamps for deployment. However, this
breaks the exit code since 'pipefail' was not set so every job was
returning 'success'.

Change-Id: Ia5f47ea96a4a5be9ed0664f5c7100accc30cde51
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/scripts/vm/start-new-vm.sh