aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_test_util.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-07-04 00:20:21 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-07-04 00:20:21 +0800
commitefd7da0ce8fc9ac10c2d50ed222c5360c53c17ca (patch)
tree024d5efabcc86cbd4c9073ace67bea4a3d318801 /tests/block_test_util.go
parentacd85fe95f025384885ed09560e32b227d80b26f (diff)
parentff97059a992935d20106af69430f0fdd6376817a (diff)
downloaddexon-efd7da0ce8fc9ac10c2d50ed222c5360c53c17ca.tar.gz
dexon-efd7da0ce8fc9ac10c2d50ed222c5360c53c17ca.tar.zst
dexon-efd7da0ce8fc9ac10c2d50ed222c5360c53c17ca.zip
Merge pull request #1385 from Gustav-Simonsson/update_tests
Update Ethereum JSON test files, skip failing tests
Diffstat (limited to 'tests/block_test_util.go')
-rw-r--r--tests/block_test_util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/block_test_util.go b/tests/block_test_util.go
index 450ef86a1..67f6a1d18 100644
--- a/tests/block_test_util.go
+++ b/tests/block_test_util.go
@@ -129,7 +129,7 @@ func runBlockTests(bt map[string]*BlockTest, skipTests []string) error {
// if the test should be skipped, return
if skipTest[name] {
glog.Infoln("Skipping block test", name)
- return nil
+ continue
}
// test the block