aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethtest
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-15 17:46:42 +0800
committerobscuren <geffobscura@gmail.com>2015-01-15 17:46:42 +0800
commitd5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8 (patch)
treee6f8daa246dadf1b97fae3a7cf9e1e33c1dafb83 /cmd/ethtest
parent62e0e18030c84fa19f54373ebdf25f7adbc64793 (diff)
downloaddexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.tar
dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.tar.gz
dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.tar.bz2
dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.tar.lz
dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.tar.xz
dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.tar.zst
dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.zip
updated tests
Diffstat (limited to 'cmd/ethtest')
-rw-r--r--cmd/ethtest/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go
index ac473d58c..e1c4806ad 100644
--- a/cmd/ethtest/main.go
+++ b/cmd/ethtest/main.go
@@ -32,6 +32,7 @@ import (
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/ethutil"
+ "github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/tests/helper"
)
@@ -119,6 +120,8 @@ func RunVmTest(r io.Reader) (failed int) {
}
}
}
+
+ logger.Flush()
}
return