Better error reporting in engine logs and unit tests

Upstream-commit: d3f074494a9594bc268bf4c639a7aea0934ec7c0
Component: engine
This commit is contained in:
Solomon Hykes
2013-10-27 07:16:32 +00:00
parent 53c37bc88e
commit c3fb3fd512
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ func GetTestImage(runtime *Runtime) *Image {
return image
}
}
log.Fatalf("Test image %v not found", unitTestImageID)
log.Fatalf("Test image %v not found in %s: %s", unitTestImageID, runtime.graph.Root, imgs)
return nil
}