Merge pull request #38756 from kolyshkin/fix-test-int

make test-integration: use correct dockerd binary
This commit is contained in:
Yong Tang 2019-02-19 10:09:18 -08:00 committed by GitHub
commit 7403497573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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