mirror of https://github.com/docker/docs.git
Fixing the PATH in .integration-daemon-start to find dynamic docker binary
Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
This commit is contained in:
parent
66eb91463a
commit
5ee737c70c
|
@ -3,7 +3,7 @@
|
||||||
# see test-integration-cli for example usage of this script
|
# see test-integration-cli for example usage of this script
|
||||||
|
|
||||||
base="$ABS_DEST/.."
|
base="$ABS_DEST/.."
|
||||||
export PATH="$base/binary-client:$base/binary-daemon:$base/dynbinary:$base/gccgo:$base/dyngccgo:$PATH"
|
export PATH="$base/binary-client:$base/binary-daemon:$base/dynbinary-client:$base/dynbinary-daemon:$base/gccgo:$base/dyngccgo:$PATH"
|
||||||
|
|
||||||
if ! command -v docker &> /dev/null; then
|
if ! command -v docker &> /dev/null; then
|
||||||
echo >&2 'error: binary-client or dynbinary-client must be run before .integration-daemon-start'
|
echo >&2 'error: binary-client or dynbinary-client must be run before .integration-daemon-start'
|
||||||
|
|
Loading…
Reference in New Issue