aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helper/init.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-10 18:04:11 +0800
committerobscuren <geffobscura@gmail.com>2015-03-10 18:04:11 +0800
commit05c9351659e0482aeb29f80903286aefc671f0c5 (patch)
tree56132f55a3f826ce852c5d053c7e8984932e7878 /tests/helper/init.go
parent0db4a0e898d09ffa7b6b1289e9a334edc0001cfa (diff)
parent80985f97da8174576ee227909035a364af2fd6c9 (diff)
downloadgo-tangerine-05c9351659e0482aeb29f80903286aefc671f0c5.tar
go-tangerine-05c9351659e0482aeb29f80903286aefc671f0c5.tar.gz
go-tangerine-05c9351659e0482aeb29f80903286aefc671f0c5.tar.bz2
go-tangerine-05c9351659e0482aeb29f80903286aefc671f0c5.tar.lz
go-tangerine-05c9351659e0482aeb29f80903286aefc671f0c5.tar.xz
go-tangerine-05c9351659e0482aeb29f80903286aefc671f0c5.tar.zst
go-tangerine-05c9351659e0482aeb29f80903286aefc671f0c5.zip
Merge branch 'accounts-integration' of https://github.com/fjl/go-ethereum into fjl-accounts-integration
Diffstat (limited to 'tests/helper/init.go')
-rw-r--r--tests/helper/init.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/helper/init.go b/tests/helper/init.go
index df98b9e42..e0892d8f6 100644
--- a/tests/helper/init.go
+++ b/tests/helper/init.go
@@ -4,7 +4,6 @@ import (
"log"
"os"
- "github.com/ethereum/go-ethereum/ethutil"
logpkg "github.com/ethereum/go-ethereum/logger"
)
@@ -14,6 +13,4 @@ var Log = logpkg.NewLogger("TEST")
func init() {
Logger = logpkg.NewStdLogSystem(os.Stdout, log.LstdFlags, logpkg.InfoLevel)
logpkg.AddLogSystem(Logger)
-
- ethutil.ReadConfig(".ethtest", "/tmp/ethtest", "")
}