Merge pull request #7596 from ethereum/solcjs_dao

Remove solc-js DAO tests replacement
This commit is contained in:
chriseth 2019-10-31 17:39:01 +01:00 committed by GitHub
commit bce13d0249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,11 +53,6 @@ DIR=$(mktemp -d)
rm -f soljson.js
cp "$SOLJSON" soljson.js
# ensure to use always 0.5.0 sources
# FIXME: should be removed once the version bump in this repo is done
rm -rf test/DAO040
cp -R test/DAO test/DAO040
# Update version (needed for some tests)
echo "Updating package.json to version $VERSION"
npm version --allow-same-version --no-git-tag-version $VERSION