Skip to content

Commit

Permalink
Merge pull request moby#38756 from kolyshkin/fix-test-int
Browse files Browse the repository at this point in the history
make test-integration: use correct dockerd binary
  • Loading branch information
yongtang authored Feb 19, 2019
2 parents 447ce13 + 228bc35 commit 7403497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make/.integration-daemon-start
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# see test-integration for example usage of this script

base="$ABS_DEST/.."
export PATH="$base/binary-daemon:$base/dynbinary-daemon:$PATH"
export PATH="$base/dynbinary-daemon:$base/binary-daemon:$PATH"

export TEST_CLIENT_BINARY=docker

Expand Down

0 comments on commit 7403497

Please sign in to comment.