aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-18 19:48:53 +0800
committerGitHub <noreply@github.com>2017-04-18 19:48:53 +0800
commit6ad7dcffce834288af69bfabbe10abd719e4c846 (patch)
tree9b197bd36873475464f79443b88d162f902d4c77 /test
parent82628a80cc14ee4e6d0d8d0474086cb2a5571d35 (diff)
parentfd109bbe6fdfa89a057059bd452bd2b6edc1bd2e (diff)
downloaddexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.tar.gz
dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.tar.zst
dexon-solidity-6ad7dcffce834288af69bfabbe10abd719e4c846.zip
Merge pull request #2119 from ethereum/bugList
List of known bugs.
Diffstat (limited to 'test')
-rwxr-xr-xtest/cmdlineTests.sh5
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