mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix autogen vars
commit ea2e4d73c4
removed the autogen
script, but if you happen to clone the dir fresh from git, you can't
build the integration test binaries.
Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
This commit is contained in:
parent
db57b85fcb
commit
091e07c87d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ set -e
|
|||
rm -rf "$DEST"
|
||||
DEST="$ABS_DEST/../test-integration-cli"
|
||||
|
||||
source "$SCRIPTDIR/make/.go-autogen"
|
||||
|
||||
if [ -z $DOCKER_INTEGRATION_TESTS_VERIFIED ]; then
|
||||
source ${MAKEDIR}/.integration-test-helpers
|
||||
ensure_test_dir integration-cli "$DEST/test.main"
|
||||
|
|
Loading…
Reference in a new issue