diff options
author | chriseth <chris@ethereum.org> | 2017-04-12 21:20:07 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-04-12 21:20:07 +0800 |
commit | a7e605a7a1cb3d980e79b95157a0f908bbc7d806 (patch) | |
tree | ace6ccfaf55a00f520cfccff16ce1050dc0c1583 /test | |
parent | 291ece2bdb57481311571b282d69b1707f7e7236 (diff) | |
download | dexon-solidity-a7e605a7a1cb3d980e79b95157a0f908bbc7d806.tar.gz dexon-solidity-a7e605a7a1cb3d980e79b95157a0f908bbc7d806.tar.zst dexon-solidity-a7e605a7a1cb3d980e79b95157a0f908bbc7d806.zip |
Create and update bugs by version list.
Diffstat (limited to 'test')
-rwxr-xr-x | test/cmdlineTests.sh | 5 |
1 files changed, 4 insertions, 1 deletions
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 |