mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.sh
This commit is contained in:
parent
061b50ae19
commit
3dbf2830ca
@ -38,6 +38,7 @@ do
|
||||
set +e
|
||||
output=$("$REPO_ROOT"/build/solc/solc "$f" 2>&1)
|
||||
failed=$?
|
||||
# Remove the pre-release warning from the compiler output
|
||||
output=$(echo "$output" | grep -v 'pre-release')
|
||||
echo "$output"
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user