mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[TMP] Add missing error disabling
This commit is contained in:
parent
3bd071d4e4
commit
3483d775fe
@ -41,7 +41,9 @@ while read -r file; do
|
||||
# NOTE: The command returns the name of the input file if it's not a multi-source file
|
||||
OUTPUT="$($SPLITSOURCES "$file")"
|
||||
|
||||
set +e
|
||||
testFile "$OUTPUT"
|
||||
set -e
|
||||
FAILED=$?
|
||||
rm -r "${FILETMP:?}"/* 2> /dev/null || true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user