mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
updating external test repository links where code is used as variable name instead of keyword
This commit is contained in:
parent
7b1b1a0a84
commit
0d0fbc2269
@ -38,7 +38,7 @@ function colony_test
|
||||
{
|
||||
local repo="https://github.com/solidity-external-tests/colonyNetwork.git"
|
||||
local ref_type=branch
|
||||
local ref="develop_080"
|
||||
local ref="removing_usage_of_code_as_identifier"
|
||||
local config_file="truffle.js"
|
||||
|
||||
local compile_only_presets=(
|
||||
@ -67,7 +67,7 @@ function colony_test
|
||||
|
||||
cd lib
|
||||
rm -Rf dappsys
|
||||
git clone https://github.com/solidity-external-tests/dappsys-monolithic.git -b master_080 dappsys
|
||||
git clone https://github.com/solidity-external-tests/dappsys-monolithic.git -b remove_usage_of_code_as_identifier dappsys
|
||||
cd ..
|
||||
|
||||
replace_version_pragmas
|
||||
|
@ -36,9 +36,9 @@ function test_fn { npm run test; }
|
||||
|
||||
function elementfi_test
|
||||
{
|
||||
local repo="https://github.com/element-fi/elf-contracts"
|
||||
local repo="https://github.com/solidity-external-tests/elf-contracts"
|
||||
local ref_type=branch
|
||||
local ref=main
|
||||
local ref=develop_090
|
||||
local config_file="hardhat.config.ts"
|
||||
local config_var=config
|
||||
|
||||
|
@ -39,9 +39,9 @@ function test_fn {
|
||||
|
||||
function euler_test
|
||||
{
|
||||
local repo="https://github.com/euler-xyz/euler-contracts"
|
||||
local repo="https://github.com/solidity-external-tests/euler-contracts"
|
||||
local ref_type=branch
|
||||
local ref="master"
|
||||
local ref="master_090"
|
||||
local config_file="hardhat.config.js"
|
||||
|
||||
local compile_only_presets=()
|
||||
|
@ -39,9 +39,9 @@ function test_fn { npm test; }
|
||||
|
||||
function zeppelin_test
|
||||
{
|
||||
local repo="https://github.com/OpenZeppelin/openzeppelin-contracts.git"
|
||||
local repo="https://github.com/solidity-external-tests/openzeppelin-contracts"
|
||||
local ref_type=branch
|
||||
local ref="master"
|
||||
local ref="update_create2impl.sol"
|
||||
local config_file="hardhat.config.js"
|
||||
|
||||
local compile_only_presets=()
|
||||
|
Loading…
Reference in New Issue
Block a user