diff --git a/test/system/libs/helpers.bash b/test/system/libs/helpers.bash index 20b7be6..f4132d0 100644 --- a/test/system/libs/helpers.bash +++ b/test/system/libs/helpers.bash @@ -127,7 +127,7 @@ function _pull_and_cache_distro_image() { done if ! $cached; then - echo "Failed to cache image ${image} to ${IMAGE_CACHE_DIR}/${image_archive}" + echo "Failed to cache image ${image} to ${IMAGE_CACHE_DIR}/${image_archive}" >&2 [ "$error_message" != "" ] && echo "$error_message" >&2 return "$ret_val" fi