Separate and identify tests runners

This commit is contained in:
Taylor Gerring
2015-06-10 14:38:39 -04:00
parent 1b26d4f220
commit 7c6ef0ddac
6 changed files with 389 additions and 285 deletions

View File

@ -134,7 +134,8 @@ func runBlockTest(name string, test *BlockTest, t *testing.T) {
if err = test.ValidatePostState(statedb); err != nil {
t.Fatal("post state validation failed: %v", err)
}
t.Log("Test passed: ", name)
fmt.Println("Block test passed: ", name)
// t.Log("Block test passed: ", name)
}
func testEthConfig() *eth.Config {