updated tests

This commit is contained in:
obscuren
2015-01-15 10:46:42 +01:00
parent 62e0e18030
commit d5d9746ca3
14 changed files with 2167178 additions and 0 deletions

View File

@ -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