From 0af08eca1fba6e8f8efaea9b77279369db1318a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Bylica?= <pawel.bylica@imapp.pl>
Date: Thu, 5 Mar 2015 14:35:27 +0100
Subject: [PATCH] Fix VM tests not checked

---
 tests/vm/gh_test.go | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go
index 2151cf9a5..c62f6a4bb 100644
--- a/tests/vm/gh_test.go
+++ b/tests/vm/gh_test.go
@@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) {
 	helper.CreateFileTests(t, p, &tests)
 
 	for name, test := range tests {
-		helper.Logger.SetLogLevel(4)
-		if name != "TransactionNonceCheck2" {
-			continue
-		}
 		db, _ := ethdb.NewMemDatabase()
 		statedb := state.New(nil, db)
 		for addr, account := range test.Pre {
-- 
GitLab