diff options
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 |