Update tests.sh

This commit is contained in:
chriseth 2016-11-14 23:04:43 +01:00 committed by GitHub
parent 061b50ae19
commit 3dbf2830ca

View File

@ -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