Merge pull request #8855 from ethereum/update-external-repos

Updated external test repos
This commit is contained in:
Harikrishnan Mulackal 2020-05-08 22:51:48 +05:30 committed by GitHub
commit 4e58c672bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -34,12 +34,12 @@ function colony_test
FORCE_ABIv2=false FORCE_ABIv2=false
CONFIG="truffle.js" CONFIG="truffle.js"
truffle_setup https://github.com/erak/colonyNetwork.git develop_060 truffle_setup https://github.com/solidity-external-tests/colonyNetwork.git develop_060
run_install install_fn run_install install_fn
cd lib cd lib
rm -Rf dappsys rm -Rf dappsys
git clone https://github.com/erak/dappsys-monolithic.git -b master_060 dappsys git clone https://github.com/solidity-external-tests/dappsys-monolithic.git -b master_060 dappsys
cd .. cd ..
truffle_run_test compile_fn test_fn truffle_run_test compile_fn test_fn

View File

@ -33,10 +33,10 @@ function gnosis_safe_test
OPTIMIZER_LEVEL=1 OPTIMIZER_LEVEL=1
CONFIG="truffle.js" CONFIG="truffle.js"
truffle_setup https://github.com/erak/safe-contracts.git development_060 truffle_setup https://github.com/solidity-external-tests/safe-contracts.git development_060
force_truffle_version force_truffle_version
sed -i 's|github:gnosis/mock-contract#sol_0_5_0|github:erak/mock-contract#master_060|g' package.json sed -i 's|github:gnosis/mock-contract#sol_0_5_0|github:solidity-external-tests/mock-contract#master_060|g' package.json
run_install install_fn run_install install_fn
replace_libsolc_call replace_libsolc_call
@ -45,4 +45,3 @@ function gnosis_safe_test
} }
external_test Gnosis-Safe gnosis_safe_test external_test Gnosis-Safe gnosis_safe_test

View File

@ -33,7 +33,7 @@ function zeppelin_test
OPTIMIZER_LEVEL=1 OPTIMIZER_LEVEL=1
CONFIG="truffle-config.js" CONFIG="truffle-config.js"
truffle_setup https://github.com/erak/openzeppelin-contracts.git master_060 truffle_setup https://github.com/OpenZeppelin/openzeppelin-contracts.git master
run_install install_fn run_install install_fn
truffle_run_test compile_fn test_fn truffle_run_test compile_fn test_fn