Merge pull request #126 from seemethere/cherry_pick_moby_34206

[17.07.x] Add go-autogen to integration tests
This commit is contained in:
Andrew Hsu
2017-07-21 15:26:19 -07:00
committed by GitHub

View File

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