core, tests: Double SUICIDE fix

This commit is contained in:
Jeffrey Wilcke
2015-08-20 18:22:50 +02:00
parent 54088b0b8b
commit 36f7fe61c3
5 changed files with 785 additions and 165 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ func runBlockTests(bt map[string]*BlockTest, skipTests []string) error {
// test the block
if err := runBlockTest(test); err != nil {
return err
return fmt.Errorf("%s: %v", name, err)
}
glog.Infoln("Block test passed: ", name)
File diff suppressed because it is too large Load Diff