Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit ceac705

Browse files
committed
Added set -ex flags to shell scripts
1 parent e079d3c commit ceac705

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/nightly/model_backwards_compatibility_check/model_backward_compat_checker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#Author: Piyush Ghai
2121

22+
set -ex
23+
2224
echo "Invoking model_backwards_compat_checker.sh script"
2325
echo `pwd`
2426
cd tests/nightly/model_backwards_compatibility_check

tests/nightly/model_backwards_compatibility_check/train_mxnet_legacy_models.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#Author: Piyush Ghai
2121

22+
set -ex
23+
2224
run_models() {
2325
echo '=========================='
2426
echo "Running training files and preparing models"

0 commit comments

Comments
 (0)