mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Ensure to always use 0.5.0 mode in solcjs tests
This commit is contained in:
parent
d39917fd0d
commit
2084208dd3
@ -53,6 +53,11 @@ 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 --no-git-tag-version $VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user