Browse Source

Merge pull request #33804 from clnperez/fix-cli-test-autogen

Fix autogen vars
Aaron Lehmann 8 years ago
parent
commit
6e96eec565
1 changed files with 2 additions and 0 deletions
  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"
 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"