Add set -ex to provisioning scripts for Ubuntu-16.04

Change-Id: Icc4b58080875255d8c2efe3e5db2c05e18127606
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Joni Jantti
2017-12-27 12:25:50 +02:00
committed by Tony Sarajärvi
parent 28bf922739
commit 66595488f0
4 changed files with 8 additions and 1 deletions

View File

@@ -36,6 +36,9 @@
# This script modifies system settings for automated use
# shellcheck source=../common/try_catch.sh
set -ex
source "${BASH_SOURCE%/*}/../common/try_catch.sh"
NTS_IP=10.212.2.216

View File

@@ -35,6 +35,8 @@
# Install required packages with APT
set -ex
source "${BASH_SOURCE%/*}/../common/try_catch.sh"
ExceptionAPTUpdate=100

View File

@@ -35,7 +35,7 @@
# This script installs the Yocto toolchain
set -e
set -ex
source "${BASH_SOURCE%/*}/../common/DownloadURL.sh"

View File

@@ -1,4 +1,6 @@
#!/bin/bash
set -ex
BASEDIR=$(dirname "$0")
$BASEDIR/../common/fbx_linux.sh