Prechádzať zdrojové kódy

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>
Christy Perez 8 rokov pred
rodič
commit
091e07c87d
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      hack/make/build-integration-test-binary

+ 2 - 0
hack/make/build-integration-test-binary

@@ -4,6 +4,8 @@ set -e
 rm -rf "$DEST"
 rm -rf "$DEST"
 DEST="$ABS_DEST/../test-integration-cli"
 DEST="$ABS_DEST/../test-integration-cli"
 
 
+source "$SCRIPTDIR/make/.go-autogen"
+
 if [ -z $DOCKER_INTEGRATION_TESTS_VERIFIED ]; then
 if [ -z $DOCKER_INTEGRATION_TESTS_VERIFIED ]; then
 	source ${MAKEDIR}/.integration-test-helpers
 	source ${MAKEDIR}/.integration-test-helpers
 	ensure_test_dir integration-cli "$DEST/test.main"
 	ensure_test_dir integration-cli "$DEST/test.main"