Skip to content

Commit

Permalink
Merge pull request ethereum#8855 from ethereum/update-external-repos
Browse files Browse the repository at this point in the history
Updated external test repos
  • Loading branch information
hrkrshnn authored May 8, 2020
2 parents aa7684f + 704b334 commit 4e58c67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/externalTests/colony.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ function colony_test
FORCE_ABIv2=false
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

cd lib
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 ..

truffle_run_test compile_fn test_fn
Expand Down
5 changes: 2 additions & 3 deletions test/externalTests/gnosis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ function gnosis_safe_test
OPTIMIZER_LEVEL=1
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
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
replace_libsolc_call
Expand All @@ -45,4 +45,3 @@ function gnosis_safe_test
}

external_test Gnosis-Safe gnosis_safe_test

2 changes: 1 addition & 1 deletion test/externalTests/zeppelin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function zeppelin_test
OPTIMIZER_LEVEL=1
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

truffle_run_test compile_fn test_fn
Expand Down

0 comments on commit 4e58c67

Please sign in to comment.