diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index 1698ed380..19ecaac39 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -23,12 +23,11 @@ if [ ! -f "$OVMF" ]; then fi CLEAR_OS_IMAGE_NAME="clear-cloudguest.img" -CLEAR_OS_IMAGE_URL="https://cloudhypervisorstorage.blob.core.windows.net/images/$CLEAR_OS_IMAGE_NAME.xz" +CLEAR_OS_IMAGE_URL="https://cloudhypervisorstorage.blob.core.windows.net/images/$CLEAR_OS_IMAGE_NAME" CLEAR_OS_IMAGE="$WORKLOADS_DIR/$CLEAR_OS_IMAGE_NAME" if [ ! -f "$CLEAR_OS_IMAGE" ]; then pushd $WORKLOADS_DIR wget --quiet $CLEAR_OS_IMAGE_URL - unxz $CLEAR_OS_IMAGE_NAME.xz popd fi