cmdlineTests.sh: Enable set -o pipefail

This commit is contained in:
Kamil Śliwak
2021-10-04 14:29:57 +02:00
parent a9b99dd63b
commit 9662e9a8df
+1 -1
View File
@@ -26,7 +26,7 @@
# (c) 2016 solidity contributors.
#------------------------------------------------------------------------------
set -e
set -eo pipefail
## GLOBAL VARIABLES