aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethtest/main.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-03-23 23:39:26 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-03-23 23:39:26 +0800
commit9562a9840f783e6252ebc6fb8da62b81004f62e8 (patch)
treefc7c1114d99e43999dadb19cf81cef199d6df14a /cmd/ethtest/main.go
parent5707912e2f7d49b3654d616ddae3439e6dc201c4 (diff)
parentbecc503230ecf259fefbd261ea0abf54bbbb0f5b (diff)
downloaddexon-9562a9840f783e6252ebc6fb8da62b81004f62e8.tar
dexon-9562a9840f783e6252ebc6fb8da62b81004f62e8.tar.gz
dexon-9562a9840f783e6252ebc6fb8da62b81004f62e8.tar.bz2
dexon-9562a9840f783e6252ebc6fb8da62b81004f62e8.tar.lz
dexon-9562a9840f783e6252ebc6fb8da62b81004f62e8.tar.xz
dexon-9562a9840f783e6252ebc6fb8da62b81004f62e8.tar.zst
dexon-9562a9840f783e6252ebc6fb8da62b81004f62e8.zip
Merge pull request #537 from Gustav-Simonsson/blocktests2
Add post state validation to block tests and disable network, add RPC
Diffstat (limited to 'cmd/ethtest/main.go')
-rw-r--r--cmd/ethtest/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go
index f2f7d27f3..fdf573fd8 100644
--- a/cmd/ethtest/main.go
+++ b/cmd/ethtest/main.go
@@ -219,7 +219,7 @@ func RunVmTest(r io.Reader) (failed int) {
}
func main() {
- helper.Logger.SetLogLevel(5)
+ //helper.Logger.SetLogLevel(5)
vm.Debug = true
if len(os.Args) > 1 {