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:
Andrew Hsu 2019-02-20 18:10:26 -08:00 committed by GitHub
commit f935add758
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