mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #4205 from tianon/fix-dyntest
Fix dyntest problems finding dockerinit
This commit is contained in:
commit
277262d9c7
2 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@ fi
|
||||||
|
|
||||||
(
|
(
|
||||||
export TEST_DOCKERINIT_PATH="$INIT"
|
export TEST_DOCKERINIT_PATH="$INIT"
|
||||||
export LDFLAGS_STATIC="-X github.com/dotcloud/docker/utils.INITSHA1 \"$DOCKER_INITSHA1\""
|
export LDFLAGS_STATIC="-X github.com/dotcloud/docker/dockerversion.INITSHA1 \"$DOCKER_INITSHA1\""
|
||||||
source "$(dirname "$BASH_SOURCE")/test"
|
source "$(dirname "$BASH_SOURCE")/test"
|
||||||
)
|
)
|
||||||
|
|
|
@ -12,6 +12,6 @@ fi
|
||||||
|
|
||||||
(
|
(
|
||||||
export TEST_DOCKERINIT_PATH="$INIT"
|
export TEST_DOCKERINIT_PATH="$INIT"
|
||||||
export LDFLAGS_STATIC="-X github.com/dotcloud/docker/utils.INITSHA1 \"$DOCKER_INITSHA1\""
|
export LDFLAGS_STATIC="-X github.com/dotcloud/docker/dockerversion.INITSHA1 \"$DOCKER_INITSHA1\""
|
||||||
source "$(dirname "$BASH_SOURCE")/test-integration"
|
source "$(dirname "$BASH_SOURCE")/test-integration"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue