Skip to content

Commit 693bc09

Browse files
committed
Added set -ex
1 parent 3632223 commit 693bc09

33 files changed

+34
-34
lines changed

tensorflow/lite/micro/tools/ci_build/test_arc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Tests the microcontroller code using ARC platform.
1818
# These tests require a MetaWare C/C++ Compiler.
1919

20-
set -e
20+
set -ex
2121

2222
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2323
ROOT_DIR=${SCRIPT_DIR}/../../../../..

tensorflow/lite/micro/tools/ci_build/test_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616

17-
set -e
17+
set -ex
1818
set -x
1919

2020
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

tensorflow/lite/micro/tools/ci_build/test_bazel_asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616

17-
set -e
17+
set -ex
1818
set -x
1919

2020
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

tensorflow/lite/micro/tools/ci_build/test_bazel_msan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616

17-
set -e
17+
set -ex
1818
set -x
1919

2020
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

tensorflow/lite/micro/tools/ci_build/test_bazel_with_compression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616

17-
set -e
17+
set -ex
1818
set -x
1919

2020
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

tensorflow/lite/micro/tools/ci_build/test_bazel_with_compression_asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616

17-
set -e
17+
set -ex
1818
set -x
1919

2020
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

tensorflow/lite/micro/tools/ci_build/test_bazel_with_compression_msan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616

17-
set -e
17+
set -ex
1818
set -x
1919

2020
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

tensorflow/lite/micro/tools/ci_build/test_bluepill_no_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# 2 - (optional) EXTERNAL_DIR: Path to the external directory that contains external code
1919
# Tests the microcontroller code for bluepill
2020

21-
set -e
21+
set -ex
2222

2323
TARGET=bluepill
2424
OPTIMIZED_KERNEL_DIR=cmsis_nn

tensorflow/lite/micro/tools/ci_build/test_bluepill_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# 2 - (optional) EXTERNAL_DIR: Path to the external directory that contains external code
1919
# Tests the microcontroller code for bluepill
2020

21-
set -e
21+
set -ex
2222

2323
TARGET=bluepill
2424
OPTIMIZED_KERNEL_DIR=cmsis_nn

tensorflow/lite/micro/tools/ci_build/test_bluepill_renode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# 2 - (optional) EXTERNAL_DIR: Path to the external directory that contains external code
1919
# Tests the microcontroller code for bluepill platform
2020

21-
set -e
21+
set -ex
2222
pwd
2323

2424
TENSORFLOW_ROOT=${1}

0 commit comments

Comments
 (0)