diff options
-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 |