1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #34206 from seemethere/fix_integration_tests

Add go-autogen to integration tests
This commit is contained in:
Sebastiaan van Stijn 2017-07-21 13:52:48 +02:00 committed by GitHub
commit 90fbe6a737

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