mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-11 10:36:37 +00:00
tests: cleanup tester blockchain after test run (#3692)
This commit is contained in:
parent
e51f65af1f
commit
b7f010de52
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ func runBlockTest(homesteadBlock, daoForkBlock, gasPriceFork *big.Int, test *Blo
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
defer chain.Stop()
|
||||||
|
|
||||||
//vm.Debug = true
|
//vm.Debug = true
|
||||||
validBlocks, err := test.TryBlocksInsert(chain)
|
validBlocks, err := test.TryBlocksInsert(chain)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue