Browse Source

Merge pull request #34206 from seemethere/fix_integration_tests

Add go-autogen to integration tests
Sebastiaan van Stijn 8 years ago
parent
commit
90fbe6a737
1 changed files with 1 additions and 0 deletions
  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