Skip to content

Commit ed90756

Browse files
committed
externalTests: Enable set -e in external tests
1 parent 4f87193 commit ed90756

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

test/externalTests/colony.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#
1919
# (c) 2019 solidity contributors.
2020
#------------------------------------------------------------------------------
21+
22+
set -e
23+
2124
source scripts/common.sh
2225
source test/externalTests/common.sh
2326

test/externalTests/ens.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#
1919
# (c) 2019 solidity contributors.
2020
#------------------------------------------------------------------------------
21+
22+
set -e
23+
2124
source scripts/common.sh
2225
source test/externalTests/common.sh
2326

test/externalTests/gnosis-v2.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#
1919
# (c) 2020 solidity contributors.
2020
#------------------------------------------------------------------------------
21+
22+
set -e
23+
2124
source scripts/common.sh
2225
source test/externalTests/common.sh
2326

test/externalTests/gnosis.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#
1919
# (c) 2019 solidity contributors.
2020
#------------------------------------------------------------------------------
21+
22+
set -e
23+
2124
source scripts/common.sh
2225
source test/externalTests/common.sh
2326

test/externalTests/solc-js/solc-js.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#
1919
# (c) 2019 solidity contributors.
2020
#------------------------------------------------------------------------------
21+
22+
set -e
23+
2124
source scripts/common.sh
2225
source test/externalTests/common.sh
2326

test/externalTests/zeppelin.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#
1919
# (c) 2019 solidity contributors.
2020
#------------------------------------------------------------------------------
21+
22+
set -e
23+
2124
source scripts/common.sh
2225
source test/externalTests/common.sh
2326

0 commit comments

Comments
 (0)