* Hack: move unit tests to a different source image, to work around issues when docker-ut has more than 1 tag.

Upstream-commit: b7226316c716daf7648b2dc4de829f866a4377b5
Component: engine
This commit is contained in:
Solomon Hykes
2013-06-28 19:43:55 -07:00
parent 84c3646cd3
commit f44918dcc7

View File

@ -17,7 +17,7 @@ import (
)
const (
unitTestImageName = "docker-ut"
unitTestImageName = "docker-unit-tests"
unitTestImageId = "e9aa60c60128cad1"
unitTestStoreBase = "/var/lib/docker/unit-tests"
testDaemonAddr = "127.0.0.1:4270"