diff --git a/hack/make/.integration-test-helpers b/hack/make/.integration-test-helpers index 1da4137b9d..f81a9ccda5 100644 --- a/hack/make/.integration-test-helpers +++ b/hack/make/.integration-test-helpers @@ -24,6 +24,7 @@ go_test_dir() { testcover=() testcoverprofile=() ( + set -e mkdir -p "$DEST/coverprofiles" export DEST="$ABS_DEST" # in a subshell this is safe -- our integration-cli tests need DEST, and "cd" screws it up if [ -z $precompiled ]; then