mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use the right config file name in ENS external test
This commit is contained in:
parent
937597c1cd
commit
5fb0246f1c
@ -34,7 +34,7 @@ function ens_test
|
|||||||
{
|
{
|
||||||
local repo="https://github.com/ensdomains/ens.git"
|
local repo="https://github.com/ensdomains/ens.git"
|
||||||
local branch=master
|
local branch=master
|
||||||
local config_file="truffle-config.js"
|
local config_file="truffle.js"
|
||||||
local min_optimizer_level=1
|
local min_optimizer_level=1
|
||||||
local max_optimizer_level=3
|
local max_optimizer_level=3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user