Merge pull request #34206 from seemethere/fix_integration_tests

Add go-autogen to integration tests
Upstream-commit: 90fbe6a7373da81b36d1427e0c2764c0b583f421
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-07-21 13:52:48 +02:00
committed by GitHub
@@ -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