diff options
author | chriseth <chris@ethereum.org> | 2017-04-18 19:48:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-18 19:48:53 +0800 |
commit | 6ad7dcffce834288af69bfabbe10abd719e4c846 (patch) | |
tree | 9b197bd36873475464f79443b88d162f902d4c77 /test/cmdlineTests.sh | |
parent | 82628a80cc14ee4e6d0d8d0474086cb2a5571d35 (diff) | |
parent | fd109bbe6fdfa89a057059bd452bd2b6edc1bd2e (diff) | |
download | dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.tar dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.tar.gz dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.tar.bz2 dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.tar.lz dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.tar.xz dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.tar.zst dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.zip |
Merge pull request #2119 from ethereum/bugList
List of known bugs.
Diffstat (limited to 'test/cmdlineTests.sh')
-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 |