Merge pull request #29121 from AkihiroSuda/fix-it-bundle
Fix bundle dir for integration-cli Upstream-commit: 86faf137f98d95d441843d96d98f1451ca8d4b45 Component: engine
This commit is contained in:
@ -20,7 +20,7 @@ bundle_test_integration_cli() {
|
||||
go_test_dir() {
|
||||
dir=$1
|
||||
precompiled=$2
|
||||
testbinary="$DEST/test.main"
|
||||
testbinary="$ABS_DEST/test.main"
|
||||
testcover=()
|
||||
testcoverprofile=()
|
||||
(
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
rm -rf "$DEST"
|
||||
DEST="$DEST/../test-integration-cli"
|
||||
DEST="$ABS_DEST/../test-integration-cli"
|
||||
|
||||
if [ -z $DOCKER_INTEGRATION_TESTS_VERIFIED ]; then
|
||||
source ${MAKEDIR}/.integration-test-helpers
|
||||
|
||||
Reference in New Issue
Block a user