From d5d9746ca3b6a4f6f8494cf8d6b89d86a89620c8 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 15 Jan 2015 10:46:42 +0100 Subject: updated tests --- cmd/ethtest/main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd/ethtest') 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 -- cgit