diff options
author | chriseth <chris@ethereum.org> | 2016-11-15 06:04:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 06:04:43 +0800 |
commit | 3dbf2830ca96922a3aec954ea9d7251f2bc02eed (patch) | |
tree | 7c7d636c78094c7baeefcb92c72cd5a10ebe478a /scripts/tests.sh | |
parent | 061b50ae19b0f8b9dcffc8dab5f08c4e26e884fb (diff) | |
download | dexon-solidity-3dbf2830ca96922a3aec954ea9d7251f2bc02eed.tar.gz dexon-solidity-3dbf2830ca96922a3aec954ea9d7251f2bc02eed.tar.zst dexon-solidity-3dbf2830ca96922a3aec954ea9d7251f2bc02eed.zip |
Update tests.sh
Diffstat (limited to 'scripts/tests.sh')
-rwxr-xr-x | scripts/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh index 5fa75d4d..5da427d4 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -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 |