Browse code

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 authored on 2017/07/21 03:37:12
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 #!/usr/bin/env bash
2 2
 set -e
3 3
 
4
+source "${MAKEDIR}/.go-autogen"
4 5
 source hack/make/.integration-test-helpers
5 6
 
6 7
 # subshell so that we can export PATH without breaking other things