浏览代码

Add go-autogen to integration tests

Integration test were failing in trial runs for docker-ce 17.07 due to
the lack of go-autogen being sourced in `hack/make.sh`. This re-adds
go-autogen to be sourced for test-integration-cli so that we can
actually run tests without the error found in:
https://github.com/moby/moby/pull/33857

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
Eli Uriegas 8 年之前
父节点
当前提交
3cdd471cac
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hack/make/test-integration-cli

+ 1 - 0
hack/make/test-integration-cli

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 set -e
 set -e
 
 
+source "${MAKEDIR}/.go-autogen"
 source hack/make/.integration-test-helpers
 source hack/make/.integration-test-helpers
 
 
 # subshell so that we can export PATH without breaking other things
 # subshell so that we can export PATH without breaking other things