Enable set -e in external tests

This commit is contained in:
Kamil Śliwak
2021-10-28 11:33:31 +02:00
parent d0292fb17f
commit 9dfcc08601
6 changed files with 18 additions and 0 deletions
+3
View File
@@ -18,6 +18,9 @@
#
# (c) 2019 solidity contributors.
#------------------------------------------------------------------------------
set -e
source scripts/common.sh
source test/externalTests/common.sh
+3
View File
@@ -18,6 +18,9 @@
#
# (c) 2019 solidity contributors.
#------------------------------------------------------------------------------
set -e
source scripts/common.sh
source test/externalTests/common.sh
+3
View File
@@ -18,6 +18,9 @@
#
# (c) 2020 solidity contributors.
#------------------------------------------------------------------------------
set -e
source scripts/common.sh
source test/externalTests/common.sh
+3
View File
@@ -18,6 +18,9 @@
#
# (c) 2019 solidity contributors.
#------------------------------------------------------------------------------
set -e
source scripts/common.sh
source test/externalTests/common.sh
+3
View File
@@ -18,6 +18,9 @@
#
# (c) 2019 solidity contributors.
#------------------------------------------------------------------------------
set -e
source scripts/common.sh
source test/externalTests/common.sh
+3
View File
@@ -18,6 +18,9 @@
#
# (c) 2019 solidity contributors.
#------------------------------------------------------------------------------
set -e
source scripts/common.sh
source test/externalTests/common.sh