mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Updated external test repos
This commit is contained in:
parent
4c1e821e01
commit
704b334cf6
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user