From a7e605a7a1cb3d980e79b95157a0f908bbc7d806 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 12 Apr 2017 15:20:07 +0200 Subject: Create and update bugs by version list. --- test/cmdlineTests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/cmdlineTests.sh b/test/cmdlineTests.sh index 99cac346..caf09a91 100755 --- a/test/cmdlineTests.sh +++ b/test/cmdlineTests.sh @@ -31,7 +31,10 @@ set -e REPO_ROOT="$(dirname "$0")"/.. SOLC="$REPO_ROOT/build/solc/solc" -# Compile all files in std and examples. +echo "Checking that the bug list is up to date..." +"$REPO_ROOT"/scripts/update_bugs_by_version.py + +echo "Compiling all files in std and examples..." for f in "$REPO_ROOT"/std/*.sol do -- cgit