Merge pull request #38756 from kolyshkin/fix-test-int
make test-integration: use correct dockerd binary
This commit is contained in:
commit
7403497573
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue