From 347cb272bea3f5abddc6ee2f63917f3b8f655d43 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 12 Mar 2015 19:41:56 +0100 Subject: fixed ethtest --- tests/vm/gh_test.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/vm') diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 959f20463..6195a684d 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -11,6 +11,7 @@ import ( "github.com/ethereum/go-ethereum/logger" "github.com/ethereum/go-ethereum/state" "github.com/ethereum/go-ethereum/tests/helper" + "github.com/ethereum/go-ethereum/vm" ) type Account struct { @@ -80,6 +81,11 @@ func RunVmTest(p string, t *testing.T) { helper.CreateFileTests(t, p, &tests) for name, test := range tests { + vm.Debug = true + helper.Logger.SetLogLevel(4) + if name != "signextend_Overflow_dj42" { + continue + } db, _ := ethdb.NewMemDatabase() statedb := state.New(nil, db) for addr, account := range test.Pre { -- cgit v1.2.3