commit ea2e4d73c4c753cdc99966e4dfe35143e79564ce removed the autogen
script, but if you happen to clone the dir fresh from git, you can't
build the integration test binaries.
Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
| ... | ... |
@@ -4,6 +4,8 @@ set -e |
| 4 | 4 |
rm -rf "$DEST" |
| 5 | 5 |
DEST="$ABS_DEST/../test-integration-cli" |
| 6 | 6 |
|
| 7 |
+source "$SCRIPTDIR/make/.go-autogen" |
|
| 8 |
+ |
|
| 7 | 9 |
if [ -z $DOCKER_INTEGRATION_TESTS_VERIFIED ]; then |
| 8 | 10 |
source ${MAKEDIR}/.integration-test-helpers
|
| 9 | 11 |
ensure_test_dir integration-cli "$DEST/test.main" |