diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-15 17:46:42 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-15 17:46:42 +0800 |
commit | d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8 (patch) | |
tree | e6f8daa246dadf1b97fae3a7cf9e1e33c1dafb83 /cmd/ethtest | |
parent | 62e0e18030c84fa19f54373ebdf25f7adbc64793 (diff) | |
download | dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.tar.gz dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.tar.zst dexon-d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8.zip |
updated tests
Diffstat (limited to 'cmd/ethtest')
-rw-r--r-- | cmd/ethtest/main.go | 3 |
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 |