Fix bundle dir for integration-cli
@@ -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