diff options
author | Anthony Broad-Crawford <abc@abc.local> | 2018-03-16 23:52:04 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-03-28 17:25:43 +0800 |
commit | 8a18f22b878b86fff8e2f49a99397320180d4b22 (patch) | |
tree | cb6a57d921d7dd45fd78ab4f5a51e71ee1ff0c28 /test | |
parent | 3bb54e8bd5ea75bd52d2eca43fd438f8e894a2de (diff) | |
download | dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.gz dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.bz2 dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.lz dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.xz dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.zst dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.zip |
Support for error on non-existant or irregular files with command line option to ignore
Diffstat (limited to 'test')
-rwxr-xr-x | test/cmdlineTests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmdlineTests.sh b/test/cmdlineTests.sh index 92f9569a..1137c7b0 100755 --- a/test/cmdlineTests.sh +++ b/test/cmdlineTests.sh @@ -32,7 +32,7 @@ REPO_ROOT=$(cd $(dirname "$0")/.. && pwd) echo $REPO_ROOT SOLC="$REPO_ROOT/build/solc/solc" -FULLARGS="--optimize --combined-json abi,asm,ast,bin,bin-runtime,clone-bin,compact-format,devdoc,hashes,interface,metadata,opcodes,srcmap,srcmap-runtime,userdoc" +FULLARGS="--optimize --ignore-missing --combined-json abi,asm,ast,bin,bin-runtime,clone-bin,compact-format,devdoc,hashes,interface,metadata,opcodes,srcmap,srcmap-runtime,userdoc" echo "Checking that the bug list is up to date..." "$REPO_ROOT"/scripts/update_bugs_by_version.py |