mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #33804 from clnperez/fix-cli-test-autogen
Fix autogen vars
This commit is contained in:
commit
6e96eec565
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ set -e
|
||||||
rm -rf "$DEST"
|
rm -rf "$DEST"
|
||||||
DEST="$ABS_DEST/../test-integration-cli"
|
DEST="$ABS_DEST/../test-integration-cli"
|
||||||
|
|
||||||
|
source "$SCRIPTDIR/make/.go-autogen"
|
||||||
|
|
||||||
if [ -z $DOCKER_INTEGRATION_TESTS_VERIFIED ]; then
|
if [ -z $DOCKER_INTEGRATION_TESTS_VERIFIED ]; then
|
||||||
source ${MAKEDIR}/.integration-test-helpers
|
source ${MAKEDIR}/.integration-test-helpers
|
||||||
ensure_test_dir integration-cli "$DEST/test.main"
|
ensure_test_dir integration-cli "$DEST/test.main"
|
||||||
|
|
Loading…
Add table
Reference in a new issue