瀏覽代碼

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

Fix autogen vars
Aaron Lehmann 8 年之前
父節點
當前提交
6e96eec565
共有 1 個文件被更改,包括 2 次插入0 次删除
  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"