Merge pull request #157 from thaJeztah/18.09_backport_fix_test_int
[18.09 backport] make test-integration: use correct dockerd binary
This commit is contained in:
commit
f935add758
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# see test-integration for example usage of this script
|
# see test-integration for example usage of this script
|
||||||
|
|
||||||
base="$ABS_DEST/.."
|
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
|
export TEST_CLIENT_BINARY=docker
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue