mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
cmdlineTests.sh: Enable set -o pipefail
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
# (c) 2016 solidity contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
set -e
|
||||
set -eo pipefail
|
||||
|
||||
## GLOBAL VARIABLES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user