diff options
| author | Christy Perez <christy@linux.vnet.ibm.com> | 2017-06-23 12:40:49 -0500 |
|---|---|---|
| committer | Christy Perez <christy@linux.vnet.ibm.com> | 2017-06-23 14:40:09 -0500 |
| commit | 091e07c87d7dc9130e4f9b0f68342bb07c79ba2f (patch) | |
| tree | c0ee278abc154869c7950c2254fd77bd90e0507f /hack/make/build-integration-test-binary | |
| parent | db57b85fcbe01ab195b48da3d715fdb4e1d4f9e8 (diff) | |
| download | docker-091e07c87d7dc9130e4f9b0f68342bb07c79ba2f.tar.gz | |
Fix autogen vars
commit ea2e4d73c4c753cdc99966e4dfe35143e79564ce 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>
Diffstat (limited to 'hack/make/build-integration-test-binary')
| -rw-r--r-- | hack/make/build-integration-test-binary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hack/make/build-integration-test-binary b/hack/make/build-integration-test-binary index 29da577f61..a842e8cce8 100644 --- a/hack/make/build-integration-test-binary +++ b/hack/make/build-integration-test-binary @@ -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" |
