cmdlineTests.sh: Enable set -o pipefail

This commit is contained in:
Kamil Śliwak 2021-10-01 16:31:08 +02:00
parent a9b99dd63b
commit 9662e9a8df

View File

@ -26,7 +26,7 @@
# (c) 2016 solidity contributors.
#------------------------------------------------------------------------------
set -e
set -eo pipefail
## GLOBAL VARIABLES