Przeglądaj źródła

Merge pull request #34206 from seemethere/fix_integration_tests

Add go-autogen to integration tests
Sebastiaan van Stijn 8 lat temu
rodzic
commit
90fbe6a737
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      hack/make/test-integration-cli

+ 1 - 0
hack/make/test-integration-cli

@@ -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