mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix issue##5007
This commit is contained in:
@@ -292,6 +292,14 @@ SOLTMPDIR=$(mktemp -d)
|
||||
if [[ "$result" != 0 ]] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# This should not fail
|
||||
set +e
|
||||
output=$(echo '' | "$SOLC" --ast - 2>/dev/null)
|
||||
set -e
|
||||
if [[ $? != 0 ]] ; then
|
||||
exit 1
|
||||
fi
|
||||
)
|
||||
|
||||
printTask "Testing soljson via the fuzzer..."
|
||||
|
||||
Reference in New Issue
Block a user